mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
supercollider: update indent query to match upstream
This commit is contained in:
parent
d87e2200c6
commit
631734743a
1 changed files with 18 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue