From: Fabien Potencier Date: Wed, 30 May 2012 20:55:03 +0000 (+0200) Subject: added Coda 2 in the list of supported IDEs X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=12dff669ef17a1e3f26b922d70898a94861d62d6;p=web%2Fkonrad%2Ftwig.git added Coda 2 in the list of supported IDEs --- diff --git a/doc/templates.rst b/doc/templates.rst index 90211b9..dc0377b 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -54,6 +54,7 @@ Many IDEs support syntax highlighting and auto-completion for Twig: * *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`_ +* *Coda 2* via the `other Twig syntax mode`_ Variables --------- @@ -722,3 +723,4 @@ Extension` chapter. .. _`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 +.. _`other Twig syntax mode`: https://github.com/muxx/Twig-HTML.mode