From 599a508d89d46f428c03d45e863f54c95d06367c Mon Sep 17 00:00:00 2001 From: Hugo Hamon Date: Thu, 7 Apr 2011 00:31:51 +0200 Subject: [PATCH] [doc] added the link to the Twig Netbeans plugin. --- doc/templates.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/templates.rst b/doc/templates.rst index 5c21473c77..8f03565a23 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -49,9 +49,11 @@ of languages. As Twig syntax is quite similar to Jinja and Django templates, IDEs that support these two Python templating systems should also support Twig. -If you use Textmate, you can use the `Twig`_ bundle. +If you use Textmate, you can install the `Twig`_ bundle. -If you use Vim, you can use the `Jinja syntax plugin`_. +If you use Vim, you can install the `Jinja syntax plugin`_. + +If you use Netbeans, you can install the `Twig syntax plugin`_. Variables --------- @@ -1436,4 +1438,5 @@ http://github.com/fabpot/Twig-extensions. .. _`Twig`: https://github.com/Anomareh/PHP-Twig.tmbundle .. _`Jinja syntax plugin`: http://jinja.pocoo.org/2/documentation/integration +.. _`Twig syntax plugin`: https://github.com/blogsh/Twig-netbeans .. _`DateTime`: http://www.php.net/manual/en/datetime.construct.php