nvim-treesitter/queries/eex/highlights.scm

15 lines
180 B
Scheme

[
"%>"
"--%>"
"<%!--"
"<%"
"<%#"
"<%%="
"<%="
] @tag.delimiter
; EEx comments are highlighted as such
(comment) @comment
; Tree-sitter parser errors
(ERROR) @error