aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-02 07:08:49 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-08-02 16:20:22 +0200
commit1e4e890a764dfef1db7046ff24d43241c4054925 (patch)
tree6c968034de0d5e20e8e6d5d715839f6f9d19a7e5 /runtime/filetype.vim
parent0d852bdc69b0293695c391e316c65183b88b83ef (diff)
downloadrneovim-1e4e890a764dfef1db7046ff24d43241c4054925.tar.gz
rneovim-1e4e890a764dfef1db7046ff24d43241c4054925.tar.bz2
rneovim-1e4e890a764dfef1db7046ff24d43241c4054925.zip
vim-patch:396e829fa355
Update runtime files https://github.com/vim/vim/commit/396e829fa355ebc92a618ef18266a3fed71b7042
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 6504f610a0..473c169061 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -703,6 +703,9 @@ au BufNewFile,BufRead *.t.html setf tilde
" HTML (.shtml and .stm for server side)
au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm call dist#ft#FThtml()
+" Vue.js Single File Component
+au BufNewFile,BufRead *.vue setf vuejs
+
" HTML with Ruby - eRuby
au BufNewFile,BufRead *.erb,*.rhtml setf eruby