summaryrefslogtreecommitdiffstats
path: root/ftplugin/mako.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/mako.vim')
-rw-r--r--ftplugin/mako.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/mako.vim b/ftplugin/mako.vim
index b20b9593..81943b68 100644
--- a/ftplugin/mako.vim
+++ b/ftplugin/mako.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'mako') == -1
+
" Vim filetype plugin file
" Language: Mako
" Maintainer: Randy Stauner <randy@magnificent-tears.com>
@@ -10,4 +11,5 @@ let b:did_ftplugin = 1
setlocal comments=:##
setlocal commentstring=##%s
+
endif