A with_clause is not necessarily for a single identifier.

This commit is contained in:
Emmanuel Briot 2023-06-06 07:44:54 +02:00
parent caed0d5025
commit 8f8a344baf

View File

@ -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)