refmt fixer for ReasonML

This commit is contained in:
Ahmed El Gabri
2017-10-29 21:48:28 +01:00
parent 1aa737cdc9
commit 634eb1920c
7 changed files with 83 additions and 2 deletions
+5
View File
@@ -127,6 +127,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['haskell'],
\ 'description': 'Fix Haskell files with hfmt.',
\ },
\ 'refmt': {
\ 'function': 'ale#fixers#refmt#Fix',
\ 'suggested_filetypes': ['reason'],
\ 'description': 'Fix ReasonML files with refmt.',
\ },
\}
" Reset the function registry to the default entries.