summaryrefslogtreecommitdiffstats
path: root/syntax/mako.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/mako.vim')
-rw-r--r--syntax/mako.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/syntax/mako.vim b/syntax/mako.vim
index 37b2a274..5fa30c24 100644
--- a/syntax/mako.vim
+++ b/syntax/mako.vim
@@ -1,7 +1,4 @@
-if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'mako') != -1
- finish
-endif
-
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'mako') == -1
" Vim syntax file
" Language: Mako
" Maintainer: Armin Ronacher <armin.ronacher@active-4.com>
@@ -105,3 +102,4 @@ if version >= 508 || !exists("did_mako_syn_inits")
endif
let b:current_syntax = b:mako_outer_lang
+endif