mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
33 lines
424 B
Scheme
33 lines
424 B
Scheme
[
|
|
(true)
|
|
(false)
|
|
] @boolean
|
|
|
|
(null) @constant.builtin
|
|
|
|
(number) @number
|
|
|
|
(pair
|
|
key: (string) @label
|
|
value: (string) @string)
|
|
|
|
(array (string) @string)
|
|
|
|
(string_content) @spell
|
|
|
|
(ERROR) @error
|
|
|
|
["," ":"] @punctuation.delimiter
|
|
|
|
[
|
|
"[" "]"
|
|
"{" "}"
|
|
] @punctuation.bracket
|
|
|
|
(("\"" @conceal)
|
|
(#set! conceal ""))
|
|
|
|
(escape_sequence) @string.escape
|
|
((escape_sequence) @conceal
|
|
(#eq? @conceal "\\\"")
|
|
(#set! conceal "\""))
|