Add dhall-format as a Fixer

https://github.com/dhall-lang/dhall-lang
This commit is contained in:
patrick brisbin
2020-08-25 08:57:35 -04:00
parent 3e2abe3f25
commit 447aea4af0
5 changed files with 43 additions and 0 deletions

View File

@@ -375,6 +375,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['html', 'htmldjango'],
\ 'description': 'Fix HTML files with html-beautify.',
\ },
\ 'dhall': {
\ 'function': 'ale#fixers#dhall#Fix',
\ 'suggested_filetypes': ['dhall'],
\ 'description': 'Fix Dhall files with dhall-format.',
\ },
\}
" Reset the function registry to the default entries.