nvim-treesitter/queries/json5/highlights.scm
2023-10-06 10:07:20 +02:00

17 lines
162 B
Scheme

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