Update suggested filetypes for hackfmt

This commit is contained in:
Fred Emmott 2018-08-02 09:57:40 -07:00
parent 238201805d
commit 5ff4e27e17
No known key found for this signature in database
GPG Key ID: 06C22A9D789FCA28
1 changed files with 1 additions and 1 deletions

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