mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
10 lines
218 B
Scheme
10 lines
218 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)
|