mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
25 lines
384 B
Scheme
25 lines
384 B
Scheme
(source_file) @local.scope
|
|
|
|
(source_file
|
|
(array) @local.scope)
|
|
|
|
(source_file
|
|
(map) @local.scope)
|
|
|
|
(source_file
|
|
(struct) @local.scope)
|
|
|
|
(source_file
|
|
(tuple) @local.scope)
|
|
|
|
(identifier) @local.reference
|
|
|
|
(struct_entry
|
|
(identifier) @local.definition.field)
|
|
|
|
(struct_entry
|
|
(identifier) @local.definition.enum
|
|
(enum_variant))
|
|
|
|
(struct
|
|
(struct_name) @local.definition.type)
|