mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
17 lines
185 B
Scheme
17 lines
185 B
Scheme
[
|
|
(block_statement)
|
|
(case_statement)
|
|
(token_string)
|
|
] @indent
|
|
|
|
[
|
|
"(" ")"
|
|
"{" "}"
|
|
"[" "]"
|
|
] @branch
|
|
|
|
[
|
|
(line_comment)
|
|
(block_comment)
|
|
(nesting_block_comment)
|
|
] @ignore
|