From d8346d49e74cbdc33b97180590bcccbf1dfb97c1 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 4 Sep 2013 16:57:27 +0200 Subject: [PATCH] Vim integration updated with alternative, Jinja for Vim link updated to the latest --- doc/templates.rst | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/templates.rst b/doc/templates.rst index c81cc72..cad1fff 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -47,7 +47,7 @@ IDEs Integration Many IDEs support syntax highlighting and auto-completion for Twig: * *Textmate* via the `Twig bundle`_ -* *Vim* via the `Jinja syntax plugin`_ +* *Vim* via the `Jinja syntax plugin`_ or the `vim-twig plugin`_ * *Netbeans* via the `Twig syntax plugin`_ (until 7.1, native as of 7.2) * *PhpStorm* (native as of 2.1) * *Eclipse* via the `Twig plugin`_ @@ -872,7 +872,8 @@ If you want to create your own, read the :ref:`Creating an Extension` chapter. .. _`Twig bundle`: https://github.com/Anomareh/PHP-Twig.tmbundle -.. _`Jinja syntax plugin`: http://jinja.pocoo.org/2/documentation/integration +.. _`Jinja syntax plugin`: http://jinja.pocoo.org/docs/integration/#vim +.. _`vim-twig plugin`: https://github.com/evidens/vim-twig .. _`Twig syntax plugin`: http://plugins.netbeans.org/plugin/37069/php-twig .. _`Twig plugin`: https://github.com/pulse00/Twig-Eclipse-Plugin .. _`Twig language definition`: https://github.com/gabrielcorpse/gedit-twig-template-language -- 1.7.2.5