supercollider: update indent query to match upstream

This commit is contained in:
Mads Kjeldgaard 2022-01-29 11:04:13 +01:00 committed by Stephan Seitz
parent d87e2200c6
commit 631734743a

View file

@ -1,8 +1,18 @@
[
(collection)
(parameter_call_list)
(function_block)
(code_block)
(binary_expression)
(collection)
(indexed_collection)
(parameter_call_list)
(function_call)
(class_def)
(classvar)
(const)
(instance_var)
(variable_definition)
(variable_definition_sequence (variable_definition))
(control_structure)
(return_statement)
] @indent
[
@ -14,3 +24,8 @@
"["
"]"
] @branch
[
(block_comment)
(line_comment)
] @ignore