nvim-treesitter/runtime/queries/puppet/indents.scm

24 lines
275 B
Scheme
Raw Permalink Normal View History

2023-04-26 07:32:41 -04:00
[
(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