From 12dff669ef17a1e3f26b922d70898a94861d62d6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 30 May 2012 22:55:03 +0200 Subject: [PATCH] added Coda 2 in the list of supported IDEs --- doc/templates.rst | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 -- 1.7.2.5