summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorrhysd <lin90162@yahoo.co.jp>2018-01-15 11:22:09 +0900
committerrhysd <lin90162@yahoo.co.jp>2018-01-15 11:28:56 +0900
commit13c839cf16e6dfb8deab30666748b7ae6c8f9aa0 (patch)
tree7b8ac7d190293a13a8396c6b36d815636ce8438a /autoload
parentf6af75aac46f2d4ac72ea8256ac871f7cbf158f6 (diff)
downloadale-13c839cf16e6dfb8deab30666748b7ae6c8f9aa0.zip
Enable prettier to format markdown files
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/fix/registry.vim2
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': {