Skip to content

Commit fea9dfc

Browse files
committed
Merge branch '2.x' into 3.x
* 2.x: Reorganize some information Add `Twig Language Server` and `Modern Twig` extension to docs
2 parents fa5f1d4 + ef655c4 commit fea9dfc

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Diff for: doc/templates.rst

+10-3
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,15 @@ Many IDEs support syntax highlighting and auto-completion for Twig:
5959
* *Notepad++* via the `Notepad++ Twig Highlighter`_
6060
* *Emacs* via `web-mode.el`_
6161
* *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`_
6363

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, ...
6671

6772
Variables
6873
---------
@@ -884,3 +889,5 @@ Twig can be extended. If you want to create your own extensions, read the
884889
.. _`PHP-twig for atom`: https://github.com/reesef/php-twig
885890
.. _`TwigFiddle`: https://twigfiddle.com/
886891
.. _`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

0 commit comments

Comments
 (0)