Open jonasflint opened 6 years ago
Add this to your settings:
"files.associations": {
"*.twig": "html"
},
Add this to your settings:
"files.associations": { "*.twig": "html" },
In this way you are telling visual studio code to open twig file as html and you will lose the color map of the twig element. I've tried to add "twig" to "Peek From Languages" but it's not working. Any idea? Thanks
Currently I don't see any css previewing for .twig files. Can this be added?