mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Brace support for Ruby
This commit is contained in:
parent
848f80c0b7
commit
fda50c3968
8
ruby.jsf
8
ruby.jsf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user