15 lines
120 B
Scheme
15 lines
120 B
Scheme
(node
|
|
(node_children) @indent.begin)
|
|
|
|
"}" @indent.end
|
|
|
|
[
|
|
"{"
|
|
"}"
|
|
] @indent.branch
|
|
|
|
[
|
|
"("
|
|
")"
|
|
] @indent.branch
|