nvim-treesitter/runtime/queries/vento/highlights.scm

34 lines
328 B
Scheme
Raw Normal View History

2024-03-18 05:00:22 -04:00
(comment) @comment @spell
[
"if"
"/if"
"else"
"for"
"/for"
"layout"
"/layout"
"set"
"/set"
"import"
"export"
"/export"
"include"
"function"
"/function"
"fragment"
"/fragment"
"of"
"async"
] @keyword
2024-03-18 05:00:22 -04:00
(tag
[
"{{"
"{{-"
"}}"
"-}}"
] @punctuation.special)
"|>" @operator