nvim-treesitter/queries/corn/highlights.scm
2024-06-15 13:04:52 -04:00

37 lines
337 B
Scheme

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