From 95b97eb8dae78ab733e85851f0347f2fb143a76a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 22 Dec 2011 19:25:03 +0100 Subject: [PATCH] added IDE support for Coda in the doc (closes #566) --- doc/templates.rst | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 -- 1.7.2.5