We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfb890 commit e68ad7cCopy full SHA for e68ad7c
syntax/gohtmltmpl.vim
@@ -10,6 +10,8 @@ runtime! syntax/gotexttmpl.vim
10
runtime! syntax/html.vim
11
unlet b:current_syntax
12
13
+syn cluster htmlPreproc add=gotplAction,goTplComment
14
+
15
let b:current_syntax = "gohtmltmpl"
16
17
" vim: sw=2 ts=2 et
0 commit comments