mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
19 lines
298 B
Scheme
19 lines
298 B
Scheme
|
|
(string) @string
|
||
|
|
|
||
|
|
(field_name) @field
|
||
|
|
|
||
|
|
(comment) @comment
|
||
|
|
|
||
|
|
(number) @number
|
||
|
|
; For stuff like "inf" and "-inf".
|
||
|
|
(scalar_value [ (identifier) (signed_identifier) ]) @number
|
||
|
|
|
||
|
|
[
|
||
|
|
(open_squiggly)
|
||
|
|
(close_squiggly)
|
||
|
|
(open_square)
|
||
|
|
(close_square)
|
||
|
|
(open_arrow)
|
||
|
|
(close_arrow)
|
||
|
|
] @punctuation.bracket
|