├── README.md ├── ftdetect └── mako.vim ├── ftplugin └── mako.vim ├── indent └── mako.vim └── syntax └── mako.vim /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sophacles/vim-bundle-mako/HEAD/README.md -------------------------------------------------------------------------------- /ftdetect/mako.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sophacles/vim-bundle-mako/HEAD/ftdetect/mako.vim -------------------------------------------------------------------------------- /ftplugin/mako.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sophacles/vim-bundle-mako/HEAD/ftplugin/mako.vim -------------------------------------------------------------------------------- /indent/mako.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sophacles/vim-bundle-mako/HEAD/indent/mako.vim -------------------------------------------------------------------------------- /syntax/mako.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sophacles/vim-bundle-mako/HEAD/syntax/mako.vim --------------------------------------------------------------------------------