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 /ftdetect | |
| parent | aa0607ca7a0f61e91365ecf25947312ff4796302 (diff) | |
| download | vim-prettier-d1c44f4a2d9f4b52fe13518d09f8b8257d2e7cf5.tar.xz | |
feat: Adding support for prettier svelte plugin
Diffstat (limited to 'ftdetect')
| -rw-r--r-- | ftdetect/svelte.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftdetect/svelte.vim b/ftdetect/svelte.vim new file mode 100644 index 0000000..14560cb --- /dev/null +++ b/ftdetect/svelte.vim @@ -0,0 +1,3 @@ +augroup PrettierFileDetect + autocmd BufNewFile,BufReadPost *.svelte setfiletype svelte +augroup end |
