diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-01-19 17:16:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-19 17:16:00 +0000 |
commit | 8675bfc4ab28404fa0f40f6257a7894d3274756a (patch) | |
tree | 7db360fee5cca5a3da31e05a0a4f19a59f0f80a5 /autoload | |
parent | 7b50b3ec8249af6107a12a03820fb35854014b95 (diff) | |
parent | 13c839cf16e6dfb8deab30666748b7ae6c8f9aa0 (diff) | |
download | ale-8675bfc4ab28404fa0f40f6257a7894d3274756a.zip |
Merge pull request #1287 from rhysd/prettier-markdown
Enable prettier to format markdown files
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/ale/fix/registry.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/fix/registry.vim b/autoload/ale/fix/registry.vim index 53df7ccb..4b692404 100644 --- a/autoload/ale/fix/registry.vim +++ b/autoload/ale/fix/registry.vim @@ -45,7 +45,7 @@ let s:default_registry = { \ }, \ 'prettier': { \ 'function': 'ale#fixers#prettier#Fix', -\ 'suggested_filetypes': ['javascript', 'typescript', 'json', 'css', 'scss', 'less'], +\ 'suggested_filetypes': ['javascript', 'typescript', 'json', 'css', 'scss', 'less', 'markdown'], \ 'description': 'Apply prettier to a file.', \ }, \ 'prettier_eslint': { |