nvim-treesitter/queries/smali/indents.scm

33 lines
513 B
Scheme
Raw Normal View History

2023-02-20 08:10:43 -05:00
[
(annotation_directive)
(array_data_directive)
(field_definition)
(method_definition)
(packed_switch_directive)
(param_directive)
(parameter_directive)
(sparse_switch_directive)
(subannotation_directive)
(list)
] @indent.begin
2023-02-20 08:10:43 -05:00
[
".end annotation"
".end array-data"
".end field"
".end method"
".end packed-switch"
".end param"
".end parameter"
".end sparse-switch"
".end subannotation"
"}"
] @indent.end
2023-02-20 08:10:43 -05:00
[ "{" "}" ] @indent.branch
2023-02-20 08:10:43 -05:00
[
(ERROR)
(comment)
] @indent.auto