mirror of
https://github.com/cmur2/joe-syntax.git
synced 2025-08-09 04:48:41 +02:00
Only highlight {} in Ruby (like Java)
This commit is contained in:
4
ruby.jsf
4
ruby.jsf
@@ -34,7 +34,7 @@
|
|||||||
* rest
|
* rest
|
||||||
"#" line_comment_i recolor=-1
|
"#" line_comment_i recolor=-1
|
||||||
"\n" idle
|
"\n" idle
|
||||||
"{[]}" brace recolor=-1
|
"{}" brace recolor=-1
|
||||||
"0" first_digit recolor=-1
|
"0" first_digit recolor=-1
|
||||||
"1-9" decimal recolor=-1
|
"1-9" decimal recolor=-1
|
||||||
"." maybe_float
|
"." maybe_float
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
:after_term Idle
|
:after_term Idle
|
||||||
* rest noeat
|
* rest noeat
|
||||||
"{[]}" brace recolor=-1
|
"{}" brace recolor=-1
|
||||||
" )" after_term
|
" )" after_term
|
||||||
"/%" rest
|
"/%" rest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user