nvim-treesitter/runtime/queries/json5/highlights.scm
2025-05-12 18:43:40 +02:00

15 lines
144 B
Scheme

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