Fork from evidens/vim-twig
Added basic auto-indent support
Supports Twig PHP templates http://www.twig-project.org/
Based on Jinja2 syntax highlighting by Armin Ronacher
This scripts bundles is compatible with vim-addon-manager
You can also install (locally) using Pathogen:
mkdir -p ~/.vim/bundle/vim-twig &&
git clone https://github.com/lumiliet/vim-twig ~/.vim/bundle/vim-twig
- Added basic support for auto-indent
- Also supports html syntax highlighting
- Re-based the syntax highlighting to properly support all tags
- Added support for .html.twig files