mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-27 06:54:59 +00:00
Merge branch 'main' of github.com:Aider-AI/aider
This commit is contained in:
commit
37b7a7b44f
4 changed files with 65 additions and 0 deletions
10
aider/queries/tree-sitter-language-pack/matlab-tags.scm
Normal file
10
aider/queries/tree-sitter-language-pack/matlab-tags.scm
Normal file
|
@ -0,0 +1,10 @@
|
|||
(class_definition
|
||||
name: (identifier) @name.definition.class) @definition.class
|
||||
|
||||
(function_definition
|
||||
name: (identifier) @name.definition.function) @definition.function
|
||||
|
||||
(function_call
|
||||
name: (identifier) @name.reference.call) @reference.call
|
||||
|
||||
(command (command_name) @name.reference.call) @reference.call
|
10
aider/queries/tree-sitter-languages/matlab-tags.scm
Normal file
10
aider/queries/tree-sitter-languages/matlab-tags.scm
Normal file
|
@ -0,0 +1,10 @@
|
|||
(class_definition
|
||||
name: (identifier) @name.definition.class) @definition.class
|
||||
|
||||
(function_definition
|
||||
name: (identifier) @name.definition.function) @definition.function
|
||||
|
||||
(function_call
|
||||
name: (identifier) @name.reference.call) @reference.call
|
||||
|
||||
(command (command_name) @name.reference.call) @reference.call
|
Loading…
Add table
Add a link
Reference in a new issue