summaryrefslogtreecommitdiffstats
path: root/syntax/gohtmltmpl.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/gohtmltmpl.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/gohtmltmpl.vim b/syntax/gohtmltmpl.vim
index 00432a0f..d4198417 100644
--- a/syntax/gohtmltmpl.vim
+++ b/syntax/gohtmltmpl.vim
@@ -4,8 +4,8 @@ if exists("b:current_syntax")
finish
endif
-if !exists("main_syntax")
- let main_syntax = 'html'
+if !exists("g:main_syntax")
+ let g:main_syntax = 'html'
endif
runtime! syntax/gotexttmpl.vim