[DEV] correct the regex parsing error in the second highlight pass

This commit is contained in:
2016-01-15 00:01:58 +01:00
parent c9b86afea0
commit d3d4650d62
6 changed files with 34 additions and 40 deletions

View File

@@ -66,7 +66,7 @@
</rule>
<rule name="std type">
<color>type</color>
<regex>\b(std(11)?|boost)::[\w:]*\b</regex>
<regex>\b(std(11)?|boost)::[\w:]*</regex>
</rule>
<rule name="my storage keyword">
<color>storageKeyword</color>