summaryrefslogblamecommitdiffstats
path: root/indent/gohtmltmpl.vim
blob: 7275383eeba27ed8468a3bda02b714f6d4883765 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                           




                         

     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'go') == -1
  
if exists("b:did_indent")
  finish
endif

runtime! indent/html.vim

endif