Update suggested filetypes for hackfmt
This commit is contained in:
parent
238201805d
commit
5ff4e27e17
@ -157,7 +157,7 @@ let s:default_registry = {
|
|||||||
\ },
|
\ },
|
||||||
\ 'hackfmt': {
|
\ 'hackfmt': {
|
||||||
\ 'function': 'ale#fixers#hackfmt#Fix',
|
\ 'function': 'ale#fixers#hackfmt#Fix',
|
||||||
\ 'suggested_filetypes': ['php'],
|
\ 'suggested_filetypes': ['hack'],
|
||||||
\ 'description': 'Fix Hack files with hackfmt.',
|
\ 'description': 'Fix Hack files with hackfmt.',
|
||||||
\ },
|
\ },
|
||||||
\ 'hfmt': {
|
\ 'hfmt': {
|
||||||
|
Loading…
Reference in New Issue
Block a user