This commit is contained in:
jie
2024-10-16 10:58:52 +08:00
commit dcc11e2fef
286 changed files with 253151 additions and 0 deletions

31
syntax/erb.jsf Normal file
View File

@@ -0,0 +1,31 @@
# JOE syntax highlight file for plain ERB
# by Christian Nicolai (http://mycrobase.de)
=Idle
=Keyword
=Bad
=Brace
=ERB +Escape
:content Idle
* content
"<" maybe_erb_start
:maybe_erb_start Idle
* content noeat
"%" maybe_erb_eq recolor=-2
:maybe_erb_eq ERB
* rtn_ruby noeat call=ruby.ruby(erb)
"=" rtn_ruby call=ruby.ruby(erb)
:rtn_ruby ERB
* content noeat
:erb ERB
* erb
"%" maybe_erb_end
:maybe_erb_end ERB
* erb
">" content