Update suggested filetypes for hackfmt

This commit is contained in:
Fred Emmott
2018-08-02 09:57:40 -07:00
parent 238201805d
commit 5ff4e27e17

View File

@@ -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': {