mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
39 lines
394 B
Scheme
39 lines
394 B
Scheme
(bare_key) @property
|
|
|
|
[
|
|
(string)
|
|
(quoted_key)
|
|
] @string
|
|
|
|
(boolean) @boolean
|
|
|
|
(comment) @comment @spell
|
|
|
|
(escape_sequence) @string.escape
|
|
|
|
(integer) @number
|
|
|
|
(float) @number.float
|
|
|
|
[
|
|
(local_date)
|
|
(local_date_time)
|
|
(local_time)
|
|
(offset_date_time)
|
|
] @string.special
|
|
|
|
"=" @operator
|
|
|
|
[
|
|
"."
|
|
","
|
|
] @punctuation.delimiter
|
|
|
|
[
|
|
"["
|
|
"]"
|
|
"[["
|
|
"]]"
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|