1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 10:40:04 +08:00
SpaceVim/bundle/nvim-treesitter/queries/eex/highlights.scm

16 lines
180 B
Scheme
Raw Normal View History

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