Merge pull request #2631 from timlag1305/feat/ada-gnatpp

Add gnatpp fixer for Ada
This commit is contained in:
w0rp
2019-08-18 15:37:51 +01:00
committed by GitHub
8 changed files with 64 additions and 0 deletions

View File

@@ -325,6 +325,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.