summaryrefslogtreecommitdiffstats
path: root/syntax/godebugvariables.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/godebugvariables.vim')
-rw-r--r--syntax/godebugvariables.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/godebugvariables.vim b/syntax/godebugvariables.vim
index b057b067..7e725472 100644
--- a/syntax/godebugvariables.vim
+++ b/syntax/godebugvariables.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'go') == -1
+
if exists("b:current_syntax")
finish
endif
@@ -22,4 +23,5 @@ hi def link goType Type
hi def link goBoolean Boolean
" vim: sw=2 ts=2 et
+
endif