feat: add Ada

This commit is contained in:
Emmanuel Briot 2022-12-14 15:59:24 +01:00 committed by Stephan Seitz
parent 779b4222a3
commit 23906e8838
6 changed files with 239 additions and 0 deletions

13
queries/ada/folds.scm Normal file
View file

@ -0,0 +1,13 @@
;; Support for folding in Ada
;; za toggles folding a package, subprogram, if statement or loop
[
(package_specification)
(package_body)
(subprogram_body)
(block_statement)
(if_statement)
(loop_statement)
(gnatprep_declarative_if_statement)
(gnatprep_if_statement)
] @fold