40 lines
295 B
Scheme
40 lines
295 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
|