From: Fabien Potencier Date: Fri, 22 Apr 2011 07:53:49 +0000 (+0200) Subject: added PhpStorm as IDE that supports Twig out of the box X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=3a31463707a2300b6cd8982727438f7ccc42c053;p=konrad%2Ftwig.git added PhpStorm as IDE that supports Twig out of the box --- diff --git a/doc/templates.rst b/doc/templates.rst index b2afc97..72e866a 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -49,11 +49,13 @@ 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 install the `Twig`_ bundle. +If you use *Textmate*, you can install the `Twig`_ bundle. -If you use Vim, you can install 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`_. +If you use *Netbeans*, you can install the `Twig syntax plugin`_. + +*PhpStorm* 2.1 and up has native Twig support. Variables ---------