Add embedded template to support ERB files

This commit is contained in:
Nick Pezza 2021-12-04 15:58:57 -05:00 committed by Stephan Seitz
parent 755bfaf287
commit bcf091d865
4 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,12 @@
(comment_directive) @comment
[
"<%#"
"<%"
"<%="
"<%_"
"<%-"
"%>"
"-%>"
"_%>"
] @keyword

View file

@ -0,0 +1,2 @@
(content) @html @combined
(code) @ruby @combined