nvim-treesitter/queries/json5/highlights.scm
2023-09-12 17:34:58 +02:00

17 lines
166 B
Scheme

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