We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b6e187 + 767c5ce commit 05f97b7Copy full SHA for 05f97b7
syntax/gohtmltmpl.vim
@@ -2,8 +2,8 @@ if exists("b:current_syntax")
2
finish
3
endif
4
5
-if !exists("b:main_syntax")
6
- let b:main_syntax = 'html'
+if !exists("g:main_syntax")
+ let g:main_syntax = 'html'
7
8
9
runtime! syntax/gotexttmpl.vim
0 commit comments