@@ -41,8 +41,13 @@ There are two kinds of delimiters: ``{% ... %}`` and ``{{ ... }}``. The first
41
41
one is used to execute statements such as for-loops, the latter outputs the
42
42
result of an expression.
43
43
44
- IDEs Integration
45
- ----------------
44
+ .. tip ::
45
+
46
+ To experiment with Twig, you can use the `Twig Playground
47
+ <https://twig.symfony.com/play> `_.
48
+
49
+ Third-party Integrations
50
+ ------------------------
46
51
47
52
Many IDEs support syntax highlighting and auto-completion for Twig:
48
53
@@ -63,9 +68,6 @@ Many IDEs support syntax highlighting and auto-completion for Twig:
63
68
64
69
You might also be interested in:
65
70
66
- * `TwigFiddle `_: an online service that allows you to execute Twig templates
67
- from a browser; it supports all versions of Twig
68
-
69
71
* `Twig Language Server `_: provides some language features like syntax
70
72
highlighting, diagnostics, auto complete, ...
71
73
@@ -1138,7 +1140,6 @@ Twig can be extended. If you want to create your own extensions, read the
1138
1140
.. _`web-mode.el` : https://web-mode.org/
1139
1141
.. _`regular expressions` : https://www.php.net/manual/en/pcre.pattern.php
1140
1142
.. _`PHP-twig for atom` : https://github.com/reesef/php-twig
1141
- .. _`TwigFiddle` : https://twigfiddle.com/
1142
1143
.. _`TwigQI` : https://github.com/alisqi/TwigQI
1143
1144
.. _`TwigStan` : https://github.com/twigstan/twigstan
1144
1145
.. _`Twig pack` : https://marketplace.visualstudio.com/items?itemName=bajdzis.vscode-twig-pack
0 commit comments