mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
16 lines
227 B
Scheme
16 lines
227 B
Scheme
; Definitions
|
|
(intent_def
|
|
(intent) @local.definition)
|
|
|
|
(slot_def
|
|
(slot) @local.definition)
|
|
|
|
(alias_def
|
|
(alias) @local.definition)
|
|
|
|
; References
|
|
(slot_ref
|
|
(slot) @local.reference)
|
|
|
|
(alias_ref
|
|
(alias) @local.reference)
|