nvim-treesitter/queries/hjson/highlights.scm

16 lines
369 B
Scheme
Raw Normal View History

2021-09-18 21:15:37 +01:00
(true) @boolean
(false) @boolean
(null) @constant.builtin
(number) @number
(pair key: (string) @label)
(pair value: (string) @string)
(array (string) @string)
; (string_content (escape_sequence) @string.escape)
; "," @punctuation.delimiter
"[" @punctuation.bracket
"]" @punctuation.bracket
"{" @punctuation.bracket
"}" @punctuation.bracket
2023-09-13 00:25:01 +09:00
(comment) @comment @spell