nvim-treesitter/queries/json5/highlights.scm
2021-08-30 11:42:41 +02:00

17 lines
159 B
Scheme

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