Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 887 Bytes

README.markdown

File metadata and controls

38 lines (26 loc) · 887 Bytes

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:

mkdir -p ~/.vim/bundle/vim-twig &&
git clone https://github.com/lumiliet/vim-twig ~/.vim/bundle/vim-twig

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