mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
refactor: Update chatito-tags.scm with explicit definition and reference tags
This commit is contained in:
parent
70284ce1c2
commit
c0b9665cfc
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
; Definitions
|
||||
(intent_def
|
||||
(intent) @name) @definition.intent
|
||||
(intent) @name.definition.intent) @definition.intent
|
||||
|
||||
(slot_def
|
||||
(slot) @name) @definition.slot
|
||||
(slot) @name.definition.slot) @definition.slot
|
||||
|
||||
(alias_def
|
||||
(alias) @name) @definition.alias
|
||||
(alias) @name.definition.alias) @definition.alias
|
||||
|
||||
; References
|
||||
(slot_ref
|
||||
(slot) @name) @reference.slot
|
||||
(slot) @name.reference.slot) @reference.slot
|
||||
|
||||
(alias_ref
|
||||
(alias) @name) @reference.alias
|
||||
(alias) @name.reference.alias) @reference.alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue