diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-01-26 17:30:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 17:30:00 +0000 |
commit | bc633258816049af921c445e62cea07c061301dc (patch) | |
tree | 42bd0657b4c0cfba45e8362f4e99037e839281a0 /autoload | |
parent | 34e6368610c83a0e3a82dda301d798c7f2f9219d (diff) | |
parent | be47e37bbcaf99220a617f6a1e067852f1be74e3 (diff) | |
download | ale-bc633258816049af921c445e62cea07c061301dc.zip |
Merge pull request #1311 from butlerx/update/prettier-md
add prettier support for graphql
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 2d0b4a53..e4568847 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', 'markdown'], +\ 'suggested_filetypes': ['javascript', 'typescript', 'json', 'css', 'scss', 'less', 'markdown', 'graphql'], \ 'description': 'Apply prettier to a file.', \ }, \ 'prettier_eslint': { |