diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2017-06-29 17:49:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-29 17:49:11 -0700 |
| commit | 88458c298968d26fa7d2bc92541aaf9ccfae7a2f (patch) | |
| tree | fd6f82b1d89689e3df0a7c1fa93fe8ab21a80eb3 /plugin | |
| parent | bf82f3b2c155d36aa9b13f293f8844258bcc4724 (diff) | |
| parent | 8f53ba1f9e7d52fb1fb855d7944a792a9371b104 (diff) | |
| download | vim-prettier-88458c298968d26fa7d2bc92541aaf9ccfae7a2f.tar.xz | |
Merge pull request #17 from vutran/add-json-parser0.0.8
Add JSON/GraphQL parser (prettier 1.5)
Diffstat (limited to 'plugin')
| -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 462d9a6..8208b16 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 +" flow|babylon|typescript|postcss|json|graphql let g:prettier#config#parser = get(g:,'prettier#config#parser', 'flow') " synchronous by default |
