Ruby: no-keyword detection for e.g. .nil? or .private or .class

This commit is contained in:
Christian Nicolai 2011-09-18 23:40:34 +02:00
parent 023d39ed80
commit 6bea2b0dee
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,7 @@
"{}" brace recolor=-1
"0" first_digit recolor=-1
"1-9" decimal recolor=-1
"." ident_no_kw
"\"" string recolor=-1
"'" char recolor=-1
"`" backtick recolor=-1
@ -331,6 +332,10 @@ done
* backtick noeat
"0-7" backtick
:ident_no_kw Idle
* after_term noeat
"a-zA-Z0-9_?!" ident_no_kw
:ident Idle
* after_term noeat strings
"BEGIN" kw