dhall alias

This commit is contained in:
toastal 2020-09-25 08:26:17 +07:00
parent ed47008710
commit 48cbf1cb36
No known key found for this signature in database
GPG Key ID: A1CAFFE4DB109A47
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ let s:default_registry = {
\ 'function': 'ale#fixers#dhall_format#Fix',
\ 'suggested_filetypes': ['dhall'],
\ 'description': 'Standard code formatter for the Dhall language',
\ 'aliases': ['dhall'],
\ },
\ 'dhall-freeze': {
\ 'function': 'ale#fixers#dhall_freeze#Freeze',