mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
Breaking change: `(keyword)` node removed. Also mark as unmaintained (Copilot-maintained)
34 lines
328 B
Scheme
34 lines
328 B
Scheme
(comment) @comment @spell
|
|
|
|
[
|
|
"if"
|
|
"/if"
|
|
"else"
|
|
"for"
|
|
"/for"
|
|
"layout"
|
|
"/layout"
|
|
"set"
|
|
"/set"
|
|
"import"
|
|
"export"
|
|
"/export"
|
|
"include"
|
|
"function"
|
|
"/function"
|
|
"fragment"
|
|
"/fragment"
|
|
"of"
|
|
"async"
|
|
] @keyword
|
|
|
|
(tag
|
|
[
|
|
"{{"
|
|
"{{-"
|
|
"}}"
|
|
"-}}"
|
|
] @punctuation.special)
|
|
|
|
"|>" @operator
|