nvim-treesitter/runtime/queries/ron/indents.scm
2025-05-12 18:43:40 +02:00

21 lines
153 B
Scheme

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