A with_clause is not necessarily for a single identifier.
This commit is contained in:
parent
caed0d5025
commit
8f8a344baf
|
|
@ -9,7 +9,7 @@
|
||||||
(subprogram_body) @scope
|
(subprogram_body) @scope
|
||||||
(block_statement) @scope
|
(block_statement) @scope
|
||||||
|
|
||||||
(with_clause (identifier) @definition.import)
|
(with_clause (_) @definition.import)
|
||||||
(procedure_specification name: (_) @definition.function)
|
(procedure_specification name: (_) @definition.function)
|
||||||
(function_specification name: (_) @definition.function)
|
(function_specification name: (_) @definition.function)
|
||||||
(package_declaration name: (_) @definition.var)
|
(package_declaration name: (_) @definition.var)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user