summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-11-19 20:22:35 +0000
committerGitHub <noreply@github.com>2018-11-19 20:22:35 +0000
commita05a16b1092e0af13942e40f62c5d89fbfc9fd0c (patch)
tree42037701d371f486cd989c4cf248028a529daee9 /autoload
parente74d43fb2554c055df1195eb818315d756dd0b82 (diff)
parentd045de261815491bb4365119ab6aedc194f51e23 (diff)
downloadale-a05a16b1092e0af13942e40f62c5d89fbfc9fd0c.zip
Merge pull request #2070 from meain/fixer-prettier-yaml
add yaml to registry for prettier
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 f8183a4a..a54be420 100644
--- a/autoload/ale/fix/registry.vim
+++ b/autoload/ale/fix/registry.vim
@@ -56,7 +56,7 @@ let s:default_registry = {
\ },
\ 'prettier': {
\ 'function': 'ale#fixers#prettier#Fix',
-\ 'suggested_filetypes': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'json5', 'graphql', 'markdown', 'vue', 'html'],
+\ 'suggested_filetypes': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'json5', 'graphql', 'markdown', 'vue', 'html', 'yaml'],
\ 'description': 'Apply prettier to a file.',
\ },
\ 'prettier_eslint': {