nvim-treesitter/runtime/queries/json5/highlights.scm

16 lines
144 B
Scheme
Raw Normal View History

2021-08-24 18:23:16 -04:00
[
(true)
(false)
2021-08-24 18:23:16 -04:00
] @boolean
(null) @constant
2021-08-24 18:23:16 -04:00
(string) @string
(number) @number
2023-09-13 00:25:01 +09:00
(comment) @comment @spell
2021-08-24 18:23:16 -04:00
2021-08-27 11:13:59 -04:00
(member
2024-01-06 15:05:50 +09:00
name: (_) @keyword)