nvim-treesitter/runtime/queries/ron/indents.scm
2025-04-06 13:16:45 +02:00

21 lines
153 B
Scheme

[
(array)
(map)
(tuple)
(struct)
] @indent.begin
[
"{"
"}"
] @indent.branch
[
"("
")"
] @indent.branch
[
"["
"]"
] @indent.branch