mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
feat(supercollider)!: update parser and queries
parser PR: https://github.com/madskjeldgaard/tree-sitter-supercollider/pull/67 removed nodes: control_structure, if, while, for, forby, method_call, method_name, instance_variable_setter_call, argument_calls added nodes: class_def_body, !==, === modified nodes: function_call now has fields receiver, name and arguments chained method calls now appear as nested function_calls (where receiver is another function_call)
This commit is contained in:
parent
972f378653
commit
544320a9cf
6 changed files with 73 additions and 29 deletions
|
|
@ -2184,11 +2184,11 @@ return {
|
|||
},
|
||||
supercollider = {
|
||||
install_info = {
|
||||
revision = '76b3cab1773f08bb7d3a185420b0a44c6da8c294',
|
||||
revision = 'e2d1480de0a62cd53f81645cb39bc1f3fa2dce5a',
|
||||
url = 'https://github.com/madskjeldgaard/tree-sitter-supercollider',
|
||||
},
|
||||
maintainers = { '@madskjeldgaard' },
|
||||
tier = 3,
|
||||
maintainers = { '@madskjeldgaard', '@elgiano' },
|
||||
tier = 2,
|
||||
},
|
||||
superhtml = {
|
||||
install_info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue