set gohtml files to have html highlighting
This commit is contained in:
parent
e8351a9e54
commit
3b90fa33f0
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user