helix/runtime/queries/solidity/locals.scm

10 lines
341 B
Scheme
Raw Normal View History

(function_definition) @local.scope
(constructor_definition) @local.scope
(block_statement) @local.scope
(function_definition (parameter name: (identifier) @local.definition))
(constructor_definition (parameter name: (identifier) @local.definition))
(variable_declaration name: (identifier) @local.definition)
(identifier) @local.reference