nvim-treesitter/queries/supercollider/indents.scm
George Harker cb568af539 use indent.X syntax for captures and properties of set directives
update CONTRIBUTING.md

adjust indents for bass

fix doc capture comment
2023-03-24 13:07:53 -04:00

31 lines
467 B
Scheme

[
(function_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.begin
[
(parameter_call_list (argument_calls))
"("
")"
"{"
"}"
"["
"]"
] @indent.branch
[
(block_comment)
(line_comment)
] @indent.ignore