nvim-treesitter/queries/ron/indents.scm
2024-01-19 16:58:37 +01:00

21 lines
153 B
Scheme

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