Ruby: fix no-keyword hilite

This commit is contained in:
Christian Nicolai 2011-09-19 00:42:28 +02:00
parent 6bea2b0dee
commit 21b53a4721
1 changed files with 7 additions and 1 deletions

View File

@ -334,7 +334,13 @@ done
:ident_no_kw Idle
* after_term noeat
"a-zA-Z0-9_?!" ident_no_kw
"0" first_digit recolor=-1
"1-9" decimal recolor=-1
"a-zA-Z_" ident_no_kw1
:ident_no_kw1 Idle
* after_term noeat
"a-zA-Z0-9_?!" ident_no_kw1
:ident Idle
* after_term noeat strings