From: Fabien Potencier Date: Sun, 16 Dec 2012 07:55:06 +0000 (+0100) Subject: added emacs in the IDE support section of the docs X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=6c01c14fd8f42348a032148ebecb6e034e9e18bd;p=web%2Fkonrad%2Ftwig.git added emacs in the IDE support section of the docs --- diff --git a/doc/templates.rst b/doc/templates.rst index 1bcb8ee..e45b7a8 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -57,6 +57,7 @@ Many IDEs support syntax highlighting and auto-completion for Twig: * *Coda 2* via the `other Twig syntax mode`_ * *Komodo* and *Komodo Edit* via the Twig highlight/syntax check mode * *Notepad++* via the `Notepad++ Twig Highlighter`_ +* *Emacs* via `web-mode.el`_ Variables --------- @@ -832,3 +833,4 @@ Extension` chapter. .. _`Twig syntax mode`: https://github.com/bobthecow/Twig-HTML.mode .. _`other Twig syntax mode`: https://github.com/muxx/Twig-HTML.mode .. _`Notepad++ Twig Highlighter`: https://github.com/Banane9/notepadplusplus-twig +.. _`web-mode.el`: http://web-mode.org/