summaryrefslogtreecommitdiffstats
path: root/syntax/gohtmltmpl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/gohtmltmpl.vim')
-rw-r--r--syntax/gohtmltmpl.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/gohtmltmpl.vim b/syntax/gohtmltmpl.vim
index d4198417..22191178 100644
--- a/syntax/gohtmltmpl.vim
+++ b/syntax/gohtmltmpl.vim
@@ -12,6 +12,8 @@ runtime! syntax/gotexttmpl.vim
runtime! syntax/html.vim
unlet b:current_syntax
+syn cluster htmlPreproc add=gotplAction,goTplComment
+
let b:current_syntax = "gohtmltmpl"
" vim: sw=2 ts=2 et