summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-13 23:04:31 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-13 23:04:31 +0200
commit396e829fa355ebc92a618ef18266a3fed71b7042 (patch)
tree68231deb6b5951890d363d2376364936a5ce5a88 /runtime/filetype.vim
parentfa55cfc69d2b14761e2a8bd85bc1e0d82df770aa (diff)
Update runtime files
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 36a5163279..80fa02196f 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -707,6 +707,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