From: Fabien Potencier Date: Thu, 22 Dec 2011 18:25:03 +0000 (+0100) Subject: added IDE support for Coda in the doc (closes #566) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=95b97eb8dae78ab733e85851f0347f2fb143a76a;p=web%2Fkonrad%2Ftwig.git added IDE support for Coda in the doc (closes #566) --- diff --git a/doc/templates.rst b/doc/templates.rst index 8006dba..a72ab7a 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -53,6 +53,7 @@ Many IDEs support syntax highlighting and auto-completion for Twig: * *Eclipse* via the `Twig plugin`_ * *Sublime Text* via the `Twig bundle`_ * *GtkSourceView* via the `Twig language definition`_ (used by gedit and other projects) +* *Coda* and *SubEthaEdit* via the `Twig syntax mode`_ Variables --------- @@ -693,3 +694,4 @@ If you want to create your own, read :doc:`extensions`. .. _`Twig plugin`: https://github.com/pulse00/Twig-Eclipse-Plugin .. _`Twig language definition`: https://github.com/gabrielcorpse/gedit-twig-template-language .. _`extension repository`: http://github.com/fabpot/Twig-extensions +.. _`Twig syntax mode`: https://github.com/bobthecow/Twig-HTML.mode