1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/bundle/nvim-treesitter/queries/puppet/indents.scm

25 lines
291 B
Scheme

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