Menu

[d5c75e]: / syntax / erb.jsf.in  Maximize  Restore  History

Download this file

33 lines (24 with data), 481 Bytes

# JOE syntax highlight file for plain ERB
# by Christian Nicolai (http://mycrobase.de)

=Idle
=Keyword	bold
=Bad		bold red
=Brace		magenta

=ERB		yellow

: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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.