mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
42 lines
355 B
Scheme
Vendored
42 lines
355 B
Scheme
Vendored
[
|
|
(class)
|
|
(singleton_class)
|
|
(method)
|
|
(singleton_method)
|
|
(module)
|
|
(call)
|
|
(if)
|
|
(block)
|
|
(do_block)
|
|
(hash)
|
|
(array)
|
|
(argument_list)
|
|
(case)
|
|
(while)
|
|
(until)
|
|
(for)
|
|
(begin)
|
|
] @indent
|
|
|
|
[
|
|
"end"
|
|
")"
|
|
"}"
|
|
"]"
|
|
] @indent_end
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
(when)
|
|
(elsif)
|
|
(else)
|
|
"end"
|
|
] @branch
|
|
|
|
(comment) @ignore
|