2019-03-04 03:28:35 -05:00
|
|
|
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'mako') != -1
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
|
2016-05-13 09:56:51 -04:00
|
|
|
" 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
|