mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 16:50:05 +08:00
18 lines
192 B
Scheme
18 lines
192 B
Scheme
|
(memory_execution) @indent.auto
|
||
|
|
||
|
[
|
||
|
(subroutine)
|
||
|
(brackets)
|
||
|
] @indent.begin
|
||
|
|
||
|
"}" @indent.end
|
||
|
|
||
|
[ "{" "}" ] @indent.branch
|
||
|
|
||
|
[ "[" "]" ] @indent.branch
|
||
|
|
||
|
[
|
||
|
(ERROR)
|
||
|
(comment)
|
||
|
] @indent.auto
|