mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
Add supercollider support
This commit is contained in:
parent
b8a2d45fa8
commit
1f7db48523
5 changed files with 169 additions and 0 deletions
16
queries/supercollider/indents.scm
Normal file
16
queries/supercollider/indents.scm
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
(collection)
|
||||
(parameter_call_list)
|
||||
(function_block)
|
||||
(code_block)
|
||||
] @indent
|
||||
|
||||
[
|
||||
(parameter_call_list (argument_calls))
|
||||
"("
|
||||
")"
|
||||
"{"
|
||||
"}"
|
||||
"["
|
||||
"]"
|
||||
] @branch
|
||||
Loading…
Add table
Add a link
Reference in a new issue