mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
12 lines
301 B
Scheme
12 lines
301 B
Scheme
|
|
; locals.scm
|
||
|
|
|
||
|
|
(function_definition) @local.scope
|
||
|
|
|
||
|
|
(formal_parameters (identifier) @local.definition)
|
||
|
|
|
||
|
|
(left_assignment name: (identifier) @local.definition)
|
||
|
|
(equals_assignment name: (identifier) @local.definition)
|
||
|
|
(right_assignment name: (identifier) @local.definition)
|
||
|
|
|
||
|
|
(identifier) @local.reference
|