1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 02:30:04 +08:00
SpaceVim/bundle/nvim-treesitter/queries/json5/highlights.scm

18 lines
159 B
Scheme
Raw Normal View History

[
"true"
"false"
] @boolean
"null" @constant
(string) @string
(number) @number
(comment) @comment
(member
name: (_) @keyword)
(ERROR) @error