ada(highlights,folds,locals): update to parser changes

This commit is contained in:
Emmanuel Briot 2023-02-14 11:26:04 +01:00 committed by Christian Clason
parent ad9ae9e7de
commit 4db6696672
4 changed files with 7 additions and 5 deletions

View file

@ -105,9 +105,10 @@
;; Highlight the name of subprograms
(procedure_specification name: (_) @function)
(function_specification name: (_) @function)
(package_specification name: (_) @function)
(package_declaration name: (_) @function)
(package_body name: (_) @function)
(generic_instantiation name: (_) @function)
(entry_declaration . (identifier) @function)
;; Some keywords should take different categories depending on the context
(use_clause "use" @include "type" @include)