We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b:main_syntax
g:
1 parent 9b6e187 commit 767c5ceCopy full SHA for 767c5ce
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