summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorFred Emmott <fe@fb.com>2018-08-02 09:57:40 -0700
committerFred Emmott <fe@fb.com>2018-08-02 11:28:57 -0700
commit5ff4e27e17bf44611a5993898df37b6a0e16f5e6 (patch)
tree0fb9a12535454e474c3f4c4df779289c52b5f22e /autoload
parent238201805dd23ea422a107b3170de7892335137b (diff)
downloadale-5ff4e27e17bf44611a5993898df37b6a0e16f5e6.zip
Update suggested filetypes for hackfmt
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/fix/registry.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/fix/registry.vim b/autoload/ale/fix/registry.vim
index dc34e4c5..e60d67b6 100644
--- a/autoload/ale/fix/registry.vim
+++ b/autoload/ale/fix/registry.vim
@@ -157,7 +157,7 @@ let s:default_registry = {
\ },
\ 'hackfmt': {
\ 'function': 'ale#fixers#hackfmt#Fix',
-\ 'suggested_filetypes': ['php'],
+\ 'suggested_filetypes': ['hack'],
\ 'description': 'Fix Hack files with hackfmt.',
\ },
\ 'hfmt': {