dhall alias

This commit is contained in:
toastal
2020-09-25 08:26:17 +07:00
parent ed47008710
commit 48cbf1cb36
+1
View File
@@ -36,6 +36,7 @@ let s:default_registry = {
\ 'function': 'ale#fixers#dhall_format#Fix', \ 'function': 'ale#fixers#dhall_format#Fix',
\ 'suggested_filetypes': ['dhall'], \ 'suggested_filetypes': ['dhall'],
\ 'description': 'Standard code formatter for the Dhall language', \ 'description': 'Standard code formatter for the Dhall language',
\ 'aliases': ['dhall'],
\ }, \ },
\ 'dhall-freeze': { \ 'dhall-freeze': {
\ 'function': 'ale#fixers#dhall_freeze#Freeze', \ 'function': 'ale#fixers#dhall_freeze#Freeze',