summaryrefslogblamecommitdiffstats
path: root/ftplugin/mako.vim
blob: 81943b6870d009c45983ec4a2d0265819eb58a5e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                                                             
 










                                                           
 
     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'mako') == -1

" Vim filetype plugin file
" Language:     Mako
" Maintainer:   Randy Stauner <randy@magnificent-tears.com>
" Last Change:  2014-02-07
" Version:      0.1

if exists("b:did_ftplugin") | finish | endif
let b:did_ftplugin = 1

setlocal comments=:##
setlocal commentstring=##%s

endif