| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(supercollider)!: update parser and queries | elgiano | 2026-03-04 | 4 | -25/+69 |
| | | | | | | | | | | | | | | | | | 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) | ||||
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 5 | -0/+176 |
