From e6dde1d6dfa47e41efe972e204ad5b9ee4a4829e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 6 Aug 2011 08:16:57 +0200 Subject: [PATCH] added GtkSourceView support in doc --- doc/templates.rst | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/templates.rst b/doc/templates.rst index 5f26722..96699b4 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -52,6 +52,7 @@ Many IDEs support syntax highlighting and auto-completion for Twig: * *PhpStorm* (native as of 2.1) * *Eclipse* via the `Twig plugin`_ * *Sublime Text* via the `Twig bundle`_ +* *GtkSourceView* via the `Twig language definition`_ (used by gedit and other projects) Variables --------- @@ -1574,8 +1575,9 @@ Renaming also allows you to simulate inheritance by calling the "parent" block You can use as many ``use`` statements as you want in any given template. If two imported templates define the same block, the latest one wins. -.. _`Twig bundle`: 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 -.. _`Twig plugin`: https://github.com/pulse00/Twig-Eclipse-Plugin -.. _`DateTime`: http://www.php.net/manual/en/datetime.construct.php +.. _`Twig bundle`: 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 +.. _`Twig plugin`: https://github.com/pulse00/Twig-Eclipse-Plugin +.. _`Twig language definition`: https://github.com/gabrielcorpse/gedit-twig-template-language +.. _`DateTime`: http://www.php.net/manual/en/datetime.construct.php -- 1.7.2.5