1
0
forked from aniani/vim

Update runtime files

This commit is contained in:
Bram Moolenaar
2019-07-13 23:04:31 +02:00
parent fa55cfc69d
commit 396e829fa3
15 changed files with 204 additions and 164 deletions

View File

@@ -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