mirror of https://github.com/dense-analysis/ale
Update suggested filetypes for hackfmt
This commit is contained in:
parent
238201805d
commit
5ff4e27e17
|
@ -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': {
|
||||
|
|
Loading…
Reference in New Issue