mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
ada(highlights,folds,locals): update to parser changes
This commit is contained in:
parent
ad9ae9e7de
commit
4db6696672
4 changed files with 7 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue