File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,15 @@ Many IDEs support syntax highlighting and auto-completion for Twig:
59
59
* *Notepad++ * via the `Notepad++ Twig Highlighter `_
60
60
* *Emacs * via `web-mode.el `_
61
61
* *Atom * via the `PHP-twig for atom `_
62
- * *Visual Studio Code * via the `Twig pack `_
62
+ * *Visual Studio Code * via the `Twig pack `_ or ` Modern Twig `_
63
63
64
- Also, `TwigFiddle `_ is an online service that allows you to execute Twig templates
65
- from a browser; it supports all versions of Twig.
64
+ You might also be interested in:
65
+
66
+ * `TwigFiddle `_: an online service that allows you to execute Twig templates
67
+ from a browser; it supports all versions of Twig
68
+
69
+ * `Twig Language Server `_: provides some language features like syntax
70
+ highlighting, diagnostics, auto complete, ...
66
71
67
72
Variables
68
73
---------
@@ -884,3 +889,5 @@ Twig can be extended. If you want to create your own extensions, read the
884
889
.. _`PHP-twig for atom` : https://github.com/reesef/php-twig
885
890
.. _`TwigFiddle` : https://twigfiddle.com/
886
891
.. _`Twig pack` : https://marketplace.visualstudio.com/items?itemName=bajdzis.vscode-twig-pack
892
+ .. _`Modern Twig` : https://marketplace.visualstudio.com/items?itemName=Stanislav.vscode-twig
893
+ .. _`Twig Language Server` : https://github.com/kaermorchen/twig-language-server/tree/master/packages/language-server
You can’t perform that action at this time.
0 commit comments