Skip to content

Commit e68ad7c

Browse files
powermanarp242
authored andcommitted
Fix gohtmltmpl syntax to show everywhere (#1790)
1 parent 7cfb890 commit e68ad7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax/gohtmltmpl.vim

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ runtime! syntax/gotexttmpl.vim
1010
runtime! syntax/html.vim
1111
unlet b:current_syntax
1212

13+
syn cluster htmlPreproc add=gotplAction,goTplComment
14+
1315
let b:current_syntax = "gohtmltmpl"
1416

1517
" vim: sw=2 ts=2 et

0 commit comments

Comments
 (0)