1
0
Fork 0
mirror of synced 2024-06-26 10:41:09 -04:00
ultimate-vim/.vim_runtime/sources_non_forked/vim-bundle-mako
2022-04-13 17:21:09 +08:00
..
ftdetect fix(install): fix install method 2022-04-13 17:21:09 +08:00
ftplugin fix(install): fix install method 2022-04-13 17:21:09 +08:00
indent fix(install): fix install method 2022-04-13 17:21:09 +08:00
syntax fix(install): fix install method 2022-04-13 17:21:09 +08:00
README.md fix(install): fix install method 2022-04-13 17:21:09 +08:00

This project is a colleciton of vim scripts that relate to the Mako templating engine for python. Most of thse are not at all written by me, just packaged here from the vim-script site. The purpose is to make them easy to use with pathogen.vim.

Useful configuration variables:

  • g:mako_detect_lang_from_ext: when set to 1 (the default), the ftdetect script will attempt to figure out the "outer" filetype of the file by stripping the ".mako" extension (eg: index.html.mako will be treated as HTML, while script.cpp.mako will be treated as C++). Set to 0 to prevent this detection.
  • g:mako_default_outer_lang: if ftdetect cannot detect the "outer" filetype of the file, this sets the default filetype used. If not set, defaults to "html".

About mako: http://www.makotemplates.org/

Externally sourced scripts: