Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Twigfiddle by the new Twig playground #4517

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading