* c.syntax: Add colouring of labels.

This commit is contained in:
Leonard den Ottolander 2006-06-22 12:49:24 +00:00
parent 10dff51b4c
commit 09a3e8c853
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-06-22 Leonard den Ottolander <leonard den ottolander nl>
* c.syntax: Add colouring for labels.
2006-06-21 Leonard den Ottolander <leonard den ottolander nl>
* spec.syntax: Small readability fix.

View File

@ -7,7 +7,6 @@ context default
keyword whole char yellow
keyword whole const yellow
keyword whole continue yellow
keyword whole default yellow
keyword whole do yellow
keyword whole double yellow
keyword whole else yellow
@ -65,6 +64,8 @@ context default
keyword whole wchar_t yellow
keyword whole ... yellow
keyword whole linestart \{\s\t\}\[\s\t\]#*\n brightmagenta
keyword whole \[\s\t\]default yellow
keyword whole linestart \[\s\t\]\{ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\}\[0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz\]: cyan
keyword /\* brown
keyword \*/ brown