2023-01-21 23:10:32 +02:00
|
|
|
[
|
2024-01-06 15:05:50 +09:00
|
|
|
(true)
|
|
|
|
|
(false)
|
2023-01-21 23:10:32 +02:00
|
|
|
] @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
|
|
|
|
2024-01-06 15:05:50 +09:00
|
|
|
(pair
|
2024-01-10 18:05:37 +02:00
|
|
|
key: (string) @property)
|
2023-01-21 23:10:32 +02:00
|
|
|
|
2024-01-06 15:05:50 +09:00
|
|
|
(pair
|
|
|
|
|
value: (string) @string)
|
2023-01-21 23:10:32 +02:00
|
|
|
|
2024-01-06 15:05:50 +09:00
|
|
|
(array
|
|
|
|
|
(string) @string)
|
2022-03-21 13:36:36 +01:00
|
|
|
|
2023-01-21 23:10:32 +02:00
|
|
|
[
|
2024-01-06 15:05:50 +09:00
|
|
|
","
|
|
|
|
|
":"
|
|
|
|
|
] @punctuation.delimiter
|
|
|
|
|
|
|
|
|
|
[
|
|
|
|
|
"["
|
|
|
|
|
"]"
|
|
|
|
|
"{"
|
|
|
|
|
"}"
|
2023-01-21 23:10:32 +02:00
|
|
|
] @punctuation.bracket
|
|
|
|
|
|
2024-01-21 22:05:44 +09:00
|
|
|
("\"" @conceal
|
2024-01-06 15:05:50 +09:00
|
|
|
(#set! conceal ""))
|
2023-01-21 23:10:32 +02:00
|
|
|
|
|
|
|
|
(escape_sequence) @string.escape
|
2024-01-06 15:05:50 +09:00
|
|
|
|
2023-01-21 23:10:32 +02:00
|
|
|
((escape_sequence) @conceal
|
2024-01-06 15:05:50 +09:00
|
|
|
(#eq? @conceal "\\\"")
|
|
|
|
|
(#set! conceal "\""))
|
2025-12-06 11:12:18 +01:00
|
|
|
|
|
|
|
|
(comment) @comment @spell
|