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
1 changed files with 2 additions and 2 deletions

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