From 3f49886eb56f34cdc608e8394ada0c2e85145ad8 Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Sun, 18 Mar 2018 22:39:51 +0100 Subject: [PATCH] Moved Twig to it's own section --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8eb771..103483e 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,21 @@ These extensions provide slightly different sets of features. While the first on - [PHP Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) - [PHP IntelliSense](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-intellisense) + +#### Twig + +- [Twig Language 2](https://marketplace.visualstudio.com/items?itemName=mblode.twig-language-2) + +To enable Emmet support in .twig files, you'll need to have the following in your settings: + +```json +{ + "emmet.includeLanguages": { + "twig": "html" + } +} +``` + #### Other extensions - [Composer](https://marketplace.visualstudio.com/items?itemName=ikappas.composer) @@ -259,7 +274,6 @@ These extensions provide slightly different sets of features. While the first on - [PHP DocBlocker](https://marketplace.visualstudio.com/items?itemName=neilbrayfield.php-docblocker) - [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs) - PHP CodeSniffer for Visual Studio Code - [phpfmt](https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt) - phpfmt for Visual Studio Code -- [Twig Language 2](https://marketplace.visualstudio.com/items?itemName=mblode.twig-language-2) ### Python