diff options
author | Fred Emmott <fe@fb.com> | 2018-08-02 09:57:40 -0700 |
---|---|---|
committer | Fred Emmott <fe@fb.com> | 2018-08-02 11:28:57 -0700 |
commit | 5ff4e27e17bf44611a5993898df37b6a0e16f5e6 (patch) | |
tree | 0fb9a12535454e474c3f4c4df779289c52b5f22e /autoload | |
parent | 238201805dd23ea422a107b3170de7892335137b (diff) | |
download | ale-5ff4e27e17bf44611a5993898df37b6a0e16f5e6.zip |
Update suggested filetypes for hackfmt
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/ale/fix/registry.vim | 2 |
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': { |