aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMitermayer Reis <mitermayer.reis@gmail.com>2021-06-29 11:29:19 +1000
committerGitHub <noreply@github.com>2021-06-29 11:29:19 +1000
commit371187c30c3f3b8839c8a0b438841efb0a88815f (patch)
treebe1f4d3b48773ba12229a6f474330b1582014920 /plugin
parent9969f9cdfccdc2719ca80f93c9f4daf894cf20e8 (diff)
parentcb54aff2a7915e2e56835b68a26f23e45c3b9f04 (diff)
downloadvim-prettier-371187c30c3f3b8839c8a0b438841efb0a88815f.tar.xz
Merge branch 'master' into master
Diffstat (limited to 'plugin')
-rw-r--r--plugin/prettier.vim2
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