mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Only highlight {} in Ruby (like Java)
This commit is contained in:
parent
fa890e5f6a
commit
649adaa634
4
ruby.jsf
4
ruby.jsf
@ -34,7 +34,7 @@
|
||||
* rest
|
||||
"#" line_comment_i recolor=-1
|
||||
"\n" idle
|
||||
"{[]}" brace recolor=-1
|
||||
"{}" brace recolor=-1
|
||||
"0" first_digit recolor=-1
|
||||
"1-9" decimal recolor=-1
|
||||
"." maybe_float
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
:after_term Idle
|
||||
* rest noeat
|
||||
"{[]}" brace recolor=-1
|
||||
"{}" brace recolor=-1
|
||||
" )" after_term
|
||||
"/%" rest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user