Added HTML template extensions
This commit is contained in:
parent
c34d46cd2f
commit
c42768776f
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -456,7 +456,7 @@ function! s:init_lua_file()
|
|||
endfunction!
|
||||
|
||||
" --- HTML Stuff ---
|
||||
au BufNewFile,BufRead *.html,*.htm :call <sid>init_html_file()
|
||||
au BufNewFile,BufRead *.html,*.htm,*.etlua,*.erb :call <sid>init_html_file()
|
||||
|
||||
function! s:init_html_file()
|
||||
command! -buffer -nargs=1 Tag normal
|
||||
|
|
Loading…
Reference in a new issue