mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:30:04 +08:00
28 lines
280 B
Scheme
28 lines
280 B
Scheme
[
|
|
(assert)
|
|
(class)
|
|
(multiclass)
|
|
(def)
|
|
(defm)
|
|
(defvar)
|
|
(foreach)
|
|
(if)
|
|
(let)
|
|
(value_suffix)
|
|
] @indent.begin
|
|
|
|
[
|
|
"}"
|
|
"]"
|
|
")"
|
|
">"
|
|
] @indent.end
|
|
|
|
[ "{" "}" ] @indent.branch
|
|
|
|
[ "[" "]" ] @indent.branch
|
|
|
|
[ "(" ")" ] @indent.branch
|
|
|
|
[ "<" ">" ] @indent.branch
|