nvim-treesitter/queries/json5/highlights.scm
2021-09-17 21:06:36 +02:00

17 lines
159 B
Scheme

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