summaryrefslogtreecommitdiff
path: root/autoload/ale/fix/registry.vim
diff options
context:
space:
mode:
authortoastal <toastal@protonmail.com>2020-09-25 08:26:17 +0700
committertoastal <toastal@protonmail.com>2020-09-25 08:26:17 +0700
commit48cbf1cb36e6e289be6275e6643504326963c3a4 (patch)
tree1e6e701d5bde65eb54ce91dc6df27498108460d7 /autoload/ale/fix/registry.vim
parented47008710a2295ff3bf2d2e6372ee29cdbe6c39 (diff)
downloadale-48cbf1cb36e6e289be6275e6643504326963c3a4.zip
dhall alias
Diffstat (limited to 'autoload/ale/fix/registry.vim')
-rw-r--r--autoload/ale/fix/registry.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/ale/fix/registry.vim b/autoload/ale/fix/registry.vim
index 218a0f95..7b2682bf 100644
--- a/autoload/ale/fix/registry.vim
+++ b/autoload/ale/fix/registry.vim
@@ -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',