Add gnatpp fixer for Ada

This commit is contained in:
Tim Lagnese
2019-07-01 20:49:12 -04:00
parent 6feeca793a
commit 221aceb6db
8 changed files with 64 additions and 0 deletions
+5
View File
@@ -315,6 +315,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['python'],
\ 'description': 'Sort Python imports with reorder-python-imports.',
\ },
\ 'gnatpp': {
\ 'function': 'ale#fixers#gnatpp#Fix',
\ 'suggested_filetypes': ['ada'],
\ 'description': 'Format Ada files with gnatpp.',
\ },
\}
" Reset the function registry to the default entries.