From 81799a7461279c0e2ac9ca6805e1f7731290615e Mon Sep 17 00:00:00 2001 From: Mikhail Gunin Date: Wed, 11 Oct 2023 16:09:47 +0300 Subject: [PATCH] Add `Twiggy` extension for VS Code to docs. --- doc/templates.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/templates.rst b/doc/templates.rst index c145895da0a..d70fdbbe458 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -59,7 +59,7 @@ Many IDEs support syntax highlighting and auto-completion for Twig: * *Notepad++* via the `Notepad++ Twig Highlighter`_ * *Emacs* via `web-mode.el`_ * *Atom* via the `PHP-twig for atom`_ -* *Visual Studio Code* via the `Twig pack`_ or `Modern Twig`_ +* *Visual Studio Code* via the `Twig pack`_, `Modern Twig`_ or `Twiggy`_ You might also be interested in: @@ -891,3 +891,4 @@ Twig can be extended. If you want to create your own extensions, read the .. _`Twig pack`: https://marketplace.visualstudio.com/items?itemName=bajdzis.vscode-twig-pack .. _`Modern Twig`: https://marketplace.visualstudio.com/items?itemName=Stanislav.vscode-twig .. _`Twig Language Server`: https://github.com/kaermorchen/twig-language-server/tree/master/packages/language-server +.. _`Twiggy`: https://marketplace.visualstudio.com/items?itemName=moetelo.twiggy