nvim-treesitter/queries/json5/highlights.scm

18 lines
159 B
Scheme
Raw Normal View History

2021-08-24 18:23:16 -04:00
[
"true"
"false"
] @boolean
"null" @constant
(string) @string
(number) @number
(comment) @comment
2021-08-27 11:13:59 -04:00
(member
name: (_) @keyword)
2021-08-24 18:23:16 -04:00
(ERROR) @error