1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:20:04 +08:00
SpaceVim/bundle/nvim-treesitter/queries/json5/highlights.scm
2022-04-14 12:01:23 +08:00

18 lines
159 B
Scheme

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