diff options
| author | Dmitriy <d.vishnevsky@fast-report.com> | 2021-06-28 14:34:37 +0300 |
|---|---|---|
| committer | Dmitriy <d.vishnevsky@fast-report.com> | 2021-06-28 14:34:37 +0300 |
| commit | d1c44f4a2d9f4b52fe13518d09f8b8257d2e7cf5 (patch) | |
| tree | 8405d48b8d97f8cf05c41de831d8d549bd0a6ff3 /plugin/prettier.vim | |
| parent | aa0607ca7a0f61e91365ecf25947312ff4796302 (diff) | |
| download | vim-prettier-d1c44f4a2d9f4b52fe13518d09f8b8257d2e7cf5.tar.xz | |
feat: Adding support for prettier svelte plugin
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 a49a2ad..b85195e 100644 --- a/plugin/prettier.vim +++ b/plugin/prettier.vim @@ -174,5 +174,5 @@ nnoremap <silent> <Plug>(PrettierCliPath) :PrettierCliPath<CR> augroup Prettier autocmd! - autocmd BufWritePre *.js,*.jsx,*.mjs,*.ts,*.tsx,*.css,*.less,*.scss,*.json,*.graphql,*.gql,*.markdown,*.md,*.mdown,*.mkd,*.mkdn,*.mdx,*.vue,*.yml,*.yaml,*.html,*.php,*.rb,*.ruby,*.xml noautocmd call prettier#Autoformat() + autocmd BufWritePre *.js,*.jsx,*.mjs,*.ts,*.tsx,*.css,*.less,*.scss,*.json,*.graphql,*.gql,*.markdown,*.md,*.mdown,*.mkd,*.mkdn,*.mdx,*.vue,*.svelte,*.yml,*.yaml,*.html,*.php,*.rb,*.ruby,*.xml noautocmd call prettier#Autoformat() augroup end |
