mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
feat: add chatito
This commit is contained in:
parent
3fa887eaae
commit
bd7b4b6eff
8 changed files with 89 additions and 0 deletions
10
queries/chatito/locals.scm
Normal file
10
queries/chatito/locals.scm
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue