changes from claymore on п'ятниця, 6 грудня 2024 16:08:45 +0200

This commit is contained in:
qugalet 2024-12-06 16:08:45 +02:00
parent 0c13c06830
commit cdbe5369e3

View file

@ -1,10 +0,0 @@
function DetectGoHtmlTmpl()
if expand('%:e') == "html" && search("{{") != 0
setfiletype gohtmltmpl
endif
endfunction
augroup filetypedetect
" gohtmltmpl
au BufRead,BufNewFile *.html call DetectGoHtmlTmpl()
augroup END