mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
refactor: Update elisp-tags.scm to use more specific name tags
This commit is contained in:
parent
c9dd37db8e
commit
08a75808df
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
;; defun/defsubst
|
||||
(function_definition name: (symbol) @name) @definition.function
|
||||
(function_definition name: (symbol) @name.definition.function) @definition.function
|
||||
|
||||
;; Treat macros as function definitions for the sake of TAGS.
|
||||
(macro_definition name: (symbol) @name) @definition.function
|
||||
(macro_definition name: (symbol) @name.definition.function) @definition.function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue