dhall alias
This commit is contained in:
parent
ed47008710
commit
48cbf1cb36
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Reference in a new issue