HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/joe/syntax/erb.jsf
# 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