1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2025-06-26 12:30:20 +02:00

New highlighter for Ruby's ERB and HTML embedded ERB

Ruby code inside ERB tags (whether in plain or HTML environment) is highlighted
via the ruby.jsf colorer.
This commit is contained in:
cn
2011-10-04 21:26:20 +02:00
parent 4d138ffec2
commit 09bdf55037
5 changed files with 74 additions and 1 deletions

View File

@ -860,3 +860,11 @@
-syntax whitespace
--force
--spaces
plain ERB
*.erb
-syntax erb
.html.erb
*.html.erb
-syntax htmlerb