mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
20 lines
211 B
Scheme
20 lines
211 B
Scheme
[
|
|
(block_statement)
|
|
(case_statement)
|
|
(token_string)
|
|
] @indent.begin
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @indent.branch
|
|
|
|
[
|
|
(line_comment)
|
|
(block_comment)
|
|
(nesting_block_comment)
|
|
] @indent.ignore
|