nvim-treesitter/queries/corn/highlights.scm

21 lines
238 B
Scheme
Raw Normal View History

"let" @keyword
"in" @keyword
[
"{"
"}"
"["
"]"
] @punctuation.bracket
"." @punctuation.delimiter
(input) @constant
2023-09-13 00:25:01 +09:00
(comment) @comment @spell
(string) @string
(integer) @number
(float) @float
(boolean) @boolean
(null) @keyword