nvim-treesitter/queries/corn/highlights.scm
2024-01-19 16:58:37 +01:00

26 lines
251 B
Scheme

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