mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
31 lines
307 B
Scheme
31 lines
307 B
Scheme
|
|
[
|
||
|
|
"!"
|
||
|
|
"="
|
||
|
|
] @operator
|
||
|
|
|
||
|
|
[
|
||
|
|
","
|
||
|
|
"."
|
||
|
|
";"
|
||
|
|
"/"
|
||
|
|
] @punctuation.delimiter
|
||
|
|
|
||
|
|
[
|
||
|
|
"("
|
||
|
|
")"
|
||
|
|
] @punctuation.bracket
|
||
|
|
|
||
|
|
(property
|
||
|
|
key: (identifier) @field)
|
||
|
|
(value) @string
|
||
|
|
(string_literal) @string
|
||
|
|
(cap
|
||
|
|
.
|
||
|
|
(identifier) @string
|
||
|
|
.
|
||
|
|
(identifier) @string)
|
||
|
|
(simple_element
|
||
|
|
type: (_) @type)
|
||
|
|
(bin
|
||
|
|
type: (_) @type)
|