From 6c01c14fd8f42348a032148ebecb6e034e9e18bd Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 16 Dec 2012 08:55:06 +0100 Subject: [PATCH] added emacs in the IDE support section of the docs --- doc/templates.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/templates.rst b/doc/templates.rst index 1bcb8eed5c..e45b7a8452 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/