1
0
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:
Christian Nicolai 2011-08-01 10:41:02 +02:00
parent fa890e5f6a
commit 649adaa634

View File

@ -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