Fork from evidens/vim-twig
Added basic auto-indent support
vim-twig
About
Supports Twig PHP templates http://www.twig-project.org/
Based on Jinja2 syntax highlighting by Armin Ronacher
Installation
This scripts bundles is compatible with vim-addon-manager
You can also install (locally) using Pathogen:
$ cd .vim/bundle/
$ git clone <repo>
Changes
2016-02-11
- Added basic support for auto-indent
2014-03-04
- Also supports html syntax highlighting
2011-07-29
- Re-based the syntax highlighting to properly support all tags
- Added support for .html.twig files