mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-09 17:06:30 +00:00
Replace Twigfiddle by the new Twig playground
This commit is contained in:
+7
-6
@@ -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:
|
||||
|
||||
@@ -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, ...
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user