set gohtml files to have html highlighting

This commit is contained in:
Alex Yatskov 2019-02-01 18:49:12 -08:00
parent e8351a9e54
commit 3b90fa33f0

View File

@ -1,3 +1,5 @@
auto BufRead,BufNewFile *.gohtml setfiletype html
function! s:unalign() range function! s:unalign() range
for l:line in range(a:firstline, a:lastline) for l:line in range(a:firstline, a:lastline)
let l:text = getline(l:line) let l:text = getline(l:line)