nvim-treesitter/queries/smali/indents.scm

36 lines
532 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"
"}"
2023-04-24 19:12:06 -04:00
] @indent.end @indent.branch
2023-02-20 08:10:43 -05:00
2024-01-06 15:05:50 +09:00
[
"{"
"}"
] @indent.branch
2023-02-20 08:10:43 -05:00
[
(ERROR)
(comment)
] @indent.auto