mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 12:40:05 +08:00
18 lines
205 B
Scheme
18 lines
205 B
Scheme
|
[
|
||
|
(block_statement)
|
||
|
(case_statement)
|
||
|
(token_string)
|
||
|
] @indent.begin
|
||
|
|
||
|
[
|
||
|
"(" ")"
|
||
|
"{" "}"
|
||
|
"[" "]"
|
||
|
] @indent.branch
|
||
|
|
||
|
[
|
||
|
(line_comment)
|
||
|
(block_comment)
|
||
|
(nesting_block_comment)
|
||
|
] @indent.ignore
|