Skip to content

Commit

Permalink
Replace Twigfiddle by the new Twig playground
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 26, 2024
1 parent 681af9d commit 4b87103
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ There are two kinds of delimiters: ``{% ... %}`` and ``{{ ... }}``. The first
one is used to execute statements such as for-loops, the latter outputs the
result of an expression.

IDEs Integration
----------------
.. tip::

To experiment with Twig, you can use the `Twig Playground
<https://twig.symfony.com/play>`_.

Third-party Integrations
------------------------

Many IDEs support syntax highlighting and auto-completion for Twig:

Expand All @@ -63,9 +68,6 @@ Many IDEs support syntax highlighting and auto-completion for Twig:

You might also be interested in:

* `TwigFiddle`_: an online service that allows you to execute Twig templates
from a browser; it supports all versions of Twig

* `Twig Language Server`_: provides some language features like syntax
highlighting, diagnostics, auto complete, ...

Expand Down Expand Up @@ -1138,7 +1140,6 @@ Twig can be extended. If you want to create your own extensions, read the
.. _`web-mode.el`: https://web-mode.org/
.. _`regular expressions`: https://www.php.net/manual/en/pcre.pattern.php
.. _`PHP-twig for atom`: https://github.com/reesef/php-twig
.. _`TwigFiddle`: https://twigfiddle.com/
.. _`TwigQI`: https://github.com/alisqi/TwigQI
.. _`TwigStan`: https://github.com/twigstan/twigstan
.. _`Twig pack`: https://marketplace.visualstudio.com/items?itemName=bajdzis.vscode-twig-pack
Expand Down

0 comments on commit 4b87103

Please sign in to comment.