refactor: Update Arduino tags to use more specific @name.reference and @name.definition tags

This commit is contained in:
Paul Gauthier (aider) 2025-03-12 14:17:35 -07:00
parent e69bad57e4
commit 48621dadaa

View file

@ -1,5 +1,5 @@
(function_declarator
declarator: (identifier) @name) @definition.function
declarator: (identifier) @name.definition.function) @definition.function
(call_expression
function: (identifier) @name) @reference.call
function: (identifier) @name.reference.call) @reference.call