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

23 lines
275 B
Scheme

[
(block)
(defined_resource_type)
(parameter_list)
(attribute_type_entry)
(resource_declaration)
(selector)
(case_statement)
(hash)
(array)
] @indent.begin
[
"}"
"]"
")"
] @indent.branch @indent.end
[
(string)
(comment)
(ERROR)
] @indent.auto