[DEV] bigger list size and some xml update

This commit is contained in:
2018-04-03 21:41:43 +02:00
parent ee3c56e02f
commit 8f320e07e3
6 changed files with 52 additions and 9 deletions

View File

@@ -26,7 +26,7 @@
</rule>
<rule name="inline doxygen">
<color>commentDoxygen</color>
<regex>//!.*$</regex>
<regex>//(!|/).*$</regex>
<sub>doxyparse</sub>
</rule>
<rule name="inline comment">
@@ -36,11 +36,11 @@
</rule>
<rule name="doubleQuteText">
<color>doubleQuoteText</color>
<regex>&quot;(.|\\[\\&quot;])*&quot;</regex>
<regex>&quot;(\\[\\&quot;]|.)*&quot;</regex>
</rule>
<rule name="simpleQuteText">
<color>doubleQuoteText</color>
<regex>&apos;(.|\\[\\&apos;])*&apos;</regex>
<regex>&apos;(\\[\\&apos;]|.)*&apos;</regex>
</rule>
</pass1>
<pass2> <!-- Parse on display data ==> nor regenerate every display but every time modification apear -->