Merge pull request #2690 from iclanzan/purty

Add purty fixer for PureScript
This commit is contained in:
w0rp
2019-10-29 17:37:18 +00:00
committed by GitHub
7 changed files with 63 additions and 0 deletions

View File

@@ -235,6 +235,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['haskell'],
\ 'description': 'Refactor Haskell files with stylish-haskell.',
\ },
\ 'purty': {
\ 'function': 'ale#fixers#purty#Fix',
\ 'suggested_filetypes': ['purescript'],
\ 'description': 'Format PureScript files with purty.',
\ },
\ 'ocamlformat': {
\ 'function': 'ale#fixers#ocamlformat#Fix',
\ 'suggested_filetypes': ['ocaml'],