[DEV] correct the regex parsing error in the second highlight pass
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user