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