[DEV] better regex ==> need to update alge to recognise data
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
</rule>
|
||||
<rule name="doubleQuteText">
|
||||
<color>doubleQuoteText</color>
|
||||
<regex>"(\\[\\"]|.)*?$</regex>
|
||||
<regex>"(.|\\[\\"])*?$</regex>
|
||||
</rule>
|
||||
<rule name="simpleQuteText">
|
||||
<color>doubleQuoteText</color>
|
||||
<regex>\b'(\\[\\']|.)*?$</regex>
|
||||
<regex>\b'(.|\\[\\'])*?$</regex>
|
||||
</rule>
|
||||
</pass1>
|
||||
<pass2> <!-- Parse on display data ==> nor regenerate every display but every time modification apear -->
|
||||
|
Reference in New Issue
Block a user