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

29 lines
385 B
Scheme
Raw Normal View History

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