nvim-treesitter/queries/corn/highlights.scm
2023-09-12 17:34:58 +02:00

22 lines
254 B
Scheme

"let" @keyword
"in" @keyword
[
"{"
"}"
"["
"]"
] @punctuation.bracket
"." @punctuation.delimiter
(input) @constant
(comment) @comment @spell
(string) @string
(integer) @number
(float) @float
(boolean) @boolean
(null) @keyword
(ERROR) @error