mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Ruby: fix no-keyword hilite
This commit is contained in:
parent
6bea2b0dee
commit
21b53a4721
8
ruby.jsf
8
ruby.jsf
@ -334,7 +334,13 @@ done
|
|||||||
|
|
||||||
:ident_no_kw Idle
|
:ident_no_kw Idle
|
||||||
* after_term noeat
|
* 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
|
:ident Idle
|
||||||
* after_term noeat strings
|
* after_term noeat strings
|
||||||
|
Loading…
Reference in New Issue
Block a user