Pick up refs in elisp

This commit is contained in:
Paul Gauthier 2023-11-02 09:32:55 -07:00
parent f0c575e413
commit 4e2e03dfef

View file

@ -3,3 +3,6 @@
;; Treat macros as function definitions for the sake of TAGS.
(macro_definition name: (symbol) @name.definition.function) @definition.function
;; Match function calls
(list (symbol) @name.reference.function) @reference.function