feat: add chatito

This commit is contained in:
ObserverOfTime 2022-10-22 00:37:27 +03:00 committed by Stephan Seitz
parent 3fa887eaae
commit bd7b4b6eff
8 changed files with 89 additions and 0 deletions

View file

@ -0,0 +1,10 @@
;; Definitions
(intent_def (intent) @definition)
(slot_def (slot) @definition)
(alias_def (alias) @definition)
;; References
(slot_ref (slot) @reference)
(alias_ref (alias) @reference)