[DEV] glyph pattern might be ended

This commit is contained in:
2013-10-24 21:09:58 +02:00
parent 79b8f594d6
commit 6f4a67b47b
5 changed files with 82 additions and 25 deletions

View File

@@ -22,5 +22,13 @@
<color>functionName</color>
<start>([a-zA-Z0-9]|-|_)*</start>
</rule>
<rule name="numeric constant">
<color>number</color>
<start>\@((0(x|X)[0-9a-fA-F]*)|(\d+\.?\d*|\.\d+)((e|E)(\+|\-)?\d+)?)(L|l|UL|ul|u|U|F|f)?\@</start>
</rule>
<rule name="my boolean">
<color>boolean</color>
<start>\@true|false\@</start>
</rule>
</pass2>
</EdnLang>