nvim-treesitter/runtime/queries/corn/highlights.scm
2023-09-09 16:16:51 +02:00

22 lines
247 B
Scheme

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