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

24 lines
227 B
Scheme

[
(class_decl)
(module_decl)
(interface_decl)
(parameters)
(tuple_type)
(record_type)
] @indent.begin
[
"end"
")"
"]"
"}"
] @indent.end
[
"end"
")"
"}"
"]"
] @indent.branch
(comment) @indent.auto