mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 13:00:05 +08:00
25 lines
249 B
Scheme
Vendored
25 lines
249 B
Scheme
Vendored
[
|
|
(Block)
|
|
(ContainerDecl)
|
|
(SwitchExpr)
|
|
(InitList)
|
|
] @indent.begin
|
|
|
|
(Block "}" @indent.end)
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @indent.branch
|
|
|
|
[
|
|
(line_comment)
|
|
(container_doc_comment)
|
|
(doc_comment)
|
|
(LINESTRING)
|
|
] @indent.ignore
|