summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-27 21:39:13 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-27 21:39:13 +0200
commit4248111497ab78f45d3d48576740949778a1e76b (patch)
treeb739e16ef4a60b5c0513472576ffe6166471887e /runtime
parent9800bfe0fc7596e8fee97172139f0777bac639fb (diff)
downloadvim-git-4248111497ab78f45d3d48576740949778a1e76b.tar.gz
patch 8.1.1761: filetype "vuejs" causes problems for some usersv8.1.1761
Problem: Filetype "vuejs" causes problems for some users. Solution: Rename to "vue".
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 80fa02196..43c085838 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -710,6 +710,9 @@ au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm call dist#ft#FThtml()
" Vue.js Single File Component
au BufNewFile,BufRead *.vue setf vuejs
+" Vue.js Single File Component
+au BufNewFile,BufRead *.vue setf vue
+
" HTML with Ruby - eRuby
au BufNewFile,BufRead *.erb,*.rhtml setf eruby