Bajdzis / vscode-twig-pack

Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=bajdzis.vscode-twig-pack
7 stars 3 forks source link

No working on file .twig or html.twig. #8

Open kadevland opened 7 years ago

kadevland commented 7 years ago

I have installed Twig whatwedo syntax highlighting.

But your addon work only for file .html not when it's .twig or html.twig (synfony )

Robouste commented 7 years ago

same here, no hovering, no snippets.

I have installed both twig from whatwedo and this extensions.

kadevland commented 7 years ago

i have add twig language in plugin definition

bungcip commented 7 years ago

yup. have same problem too.

Luckyfella73 commented 6 years ago

You can add this line to your visual code settings:

"emmet.includeLanguages": {"twig": "html"}

This mapping would tell the script "handle .twig files like html". When getting the docs right you can map like you want/need.

pedroengideas commented 4 years ago

gracias