From: Hugo Hamon Date: Wed, 6 Apr 2011 22:31:51 +0000 (+0200) Subject: [doc] added the link to the Twig Netbeans plugin. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=599a508d89d46f428c03d45e863f54c95d06367c;p=konrad%2Ftwig.git [doc] added the link to the Twig Netbeans plugin. --- diff --git a/doc/templates.rst b/doc/templates.rst index 5c21473..8f03565 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