Brace support for Ruby

This commit is contained in:
Christian Nicolai 2011-08-01 10:32:23 +02:00
parent 848f80c0b7
commit fda50c3968
1 changed files with 7 additions and 1 deletions

View File

@ -15,7 +15,9 @@
=Bad bold red
=Var yellow
=Brace magenta
=CommentTODO bold green
=Symbol red
=ProcArg #yellow
=ClassMember fg_310 # brown
@ -43,8 +45,9 @@
"$" not_string buffer
"%" pstring
"a-zA-Z_" ident buffer
"{[]}" brace recolor=-1
# added
# higher level, ruby specific
":" maybe_symbol noeat
"|" proc_arg
"@" class_member1
@ -154,6 +157,9 @@ done
"A-Za-z_" ident
"\"'`#/" rest
:brace Brace
* idle noeat
:line_comment Comment
* line_comment
"\n" rest