diff options
| author | Vu Tran <vutran@dropbox.com> | 2017-06-29 17:36:03 -0700 |
|---|---|---|
| committer | Vu Tran <vutran@dropbox.com> | 2017-06-29 17:36:10 -0700 |
| commit | 416f20a4cae4e58313c1f68d876b69e00ce69d91 (patch) | |
| tree | 64aad092bc28e8beb54d8da6c61a27c9a77cb226 /plugin/prettier.vim | |
| parent | e179f61aad3390af441e2469bb700a9d5ce919bf (diff) | |
| download | vim-prettier-416f20a4cae4e58313c1f68d876b69e00ce69d91.tar.xz | |
add graphql parser + bump for prettier 1.5
Diffstat (limited to 'plugin/prettier.vim')
| -rw-r--r-- | plugin/prettier.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/prettier.vim b/plugin/prettier.vim index fd1e4a8..b89ebb5 100644 --- a/plugin/prettier.vim +++ b/plugin/prettier.vim @@ -51,7 +51,7 @@ let g:prettier#config#jsx_bracket_same_line = get(g:,'prettier#config#jsx_bracke " none|es5|all let g:prettier#config#trailing_comma = get(g:,'prettier#config#trailing_comma', 'all') -" flow|babylon|typescript|postcss|json +" flow|babylon|typescript|postcss|json|graphql let g:prettier#config#parser = get(g:,'prettier#config#parser', 'flow') " synchronous by default |
