diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-11-19 20:22:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 20:22:35 +0000 |
commit | a05a16b1092e0af13942e40f62c5d89fbfc9fd0c (patch) | |
tree | 42037701d371f486cd989c4cf248028a529daee9 /autoload | |
parent | e74d43fb2554c055df1195eb818315d756dd0b82 (diff) | |
parent | d045de261815491bb4365119ab6aedc194f51e23 (diff) | |
download | ale-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.vim | 2 |
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': { |