mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
14 lines
351 B
Scheme
14 lines
351 B
Scheme
(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)
|
|
(ERROR) @error
|
|
"," @punctuation.delimiter
|
|
"[" @punctuation.bracket
|
|
"]" @punctuation.bracket
|
|
"{" @punctuation.bracket
|
|
"}" @punctuation.bracket
|