mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-24 17:28:42 +08:00
dhall alias
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user