2023-01-21 23:10:32 +02:00
|
|
|
[
|
|
|
|
|
(true)
|
|
|
|
|
(false)
|
|
|
|
|
] @boolean
|
|
|
|
|
|
2020-06-15 13:13:26 -05:00
|
|
|
(null) @constant.builtin
|
2023-01-21 23:10:32 +02:00
|
|
|
|
2020-06-15 13:13:26 -05:00
|
|
|
(number) @number
|
2023-01-21 23:10:32 +02:00
|
|
|
|
2023-01-22 12:32:50 +09:00
|
|
|
(pair key: (string) @label)
|
|
|
|
|
(pair value: (string) @string)
|
2023-01-21 23:10:32 +02:00
|
|
|
|
2020-07-17 09:01:31 -05:00
|
|
|
(array (string) @string)
|
2023-01-21 23:10:32 +02:00
|
|
|
|
2022-09-06 11:56:27 +01:00
|
|
|
(string_content) @spell
|
2023-01-21 23:10:32 +02:00
|
|
|
|
2020-06-15 13:13:26 -05:00
|
|
|
(ERROR) @error
|
2023-01-21 23:10:32 +02:00
|
|
|
|
2022-04-10 12:44:59 +02:00
|
|
|
["," ":"] @punctuation.delimiter
|
2022-03-21 13:36:36 +01:00
|
|
|
|
2023-01-21 23:10:32 +02:00
|
|
|
[
|
|
|
|
|
"[" "]"
|
|
|
|
|
"{" "}"
|
|
|
|
|
] @punctuation.bracket
|
|
|
|
|
|
|
|
|
|
(("\"" @conceal)
|
|
|
|
|
(#set! conceal ""))
|
|
|
|
|
|
|
|
|
|
(escape_sequence) @string.escape
|
|
|
|
|
((escape_sequence) @conceal
|
|
|
|
|
(#eq? @conceal "\\\"")
|
|
|
|
|
(#set! conceal "\""))
|