1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 12:30:05 +08:00
SpaceVim/bundle/nvim-treesitter/queries/corn/highlights.scm

23 lines
247 B
Scheme
Raw Normal View History

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