1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 03:00:06 +08:00
SpaceVim/bundle/nvim-treesitter/queries/eex/highlights.scm
2022-04-14 12:01:23 +08:00

16 lines
180 B
Scheme

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