vim-patch:396e829fa355

Update runtime files
396e829fa3
This commit is contained in:
Justin M. Keyes
2019-08-02 07:08:49 +02:00
parent 0d852bdc69
commit 1e4e890a76
7 changed files with 84 additions and 59 deletions

View File

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