Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 897 Bytes

README.markdown

File metadata and controls

38 lines (25 loc) · 897 Bytes

DISCONTINUED

I haven't used Vim or Twig in a long time and so haven't made time to keep this up-to-date.

More recent development has taken place at https://github.com/lumiliet/vim-twig

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

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