mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-10 06:34:59 +00:00
improved debug main() func
This commit is contained in:
parent
fb5616f854
commit
4347823c36
2 changed files with 13 additions and 35 deletions
|
@ -1,23 +0,0 @@
|
|||
(translation_unit
|
||||
(function_definition
|
||||
declarator: (function_declarator
|
||||
declarator: (identifier) @name.definition.function
|
||||
)
|
||||
body: (compound_statement) @body.function
|
||||
) @definition.function
|
||||
|
||||
(struct_specifier
|
||||
name: (type_identifier) @name.definition.struct
|
||||
body: (field_declaration_list) @body.struct
|
||||
) @definition.struct
|
||||
|
||||
(union_specifier
|
||||
name: (type_identifier) @name.definition.union
|
||||
body: (field_declaration_list) @body.union
|
||||
) @definition.union
|
||||
|
||||
(enum_specifier
|
||||
name: (type_identifier) @name.definition.enum
|
||||
body: (enumerator_list) @body.enum
|
||||
) @definition.enum
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue