Skip to content

Commit

Permalink
Add Twig Language Server and Modern Twig extension to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaermorchen authored and fabpot committed Aug 2, 2023
1 parent b60ed3e commit a949600
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ Many IDEs support syntax highlighting and auto-completion for Twig:
* *Notepad++* via the `Notepad++ Twig Highlighter`_
* *Emacs* via `web-mode.el`_
* *Atom* via the `PHP-twig for atom`_
* *Visual Studio Code* via the `Twig pack`_
* *Visual Studio Code* via the `Twig pack`_ or the `Modern Twig`_

There is the `Twig Language Server`_ that provides some language features like syntax highlighting, diagnostics, auto complete, etc.

Also, `TwigFiddle`_ is an online service that allows you to execute Twig templates
from a browser; it supports all versions of Twig.
Expand Down Expand Up @@ -873,3 +875,5 @@ Twig can be extended. If you want to create your own extensions, read the
.. _`PHP-twig for atom`: https://github.com/reesef/php-twig
.. _`TwigFiddle`: https://twigfiddle.com/
.. _`Twig pack`: https://marketplace.visualstudio.com/items?itemName=bajdzis.vscode-twig-pack
.. _`Modern Twig`: https://marketplace.visualstudio.com/items?itemName=Stanislav.vscode-twig
.. _`Twig Language Server`: https://github.com/kaermorchen/twig-language-server/tree/master/packages/language-server

0 comments on commit a949600

Please sign in to comment.