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

Emmet Issue in Twig Templates #10

Closed timknight closed 7 years ago

timknight commented 7 years ago

It seems that Emmet expansion seems to have an issue when there are hyphens and numbers within a class name. The issue isn't present when using just the standard HTML package in vscode.

If you try to expand something like:

.row>.col-md

It will expand just fine. However if you try to expand:

.row>.col-md-5

It will no longer work.

timknight commented 7 years ago

I also reported this to the vscode repo since it could very well be an issue with added languages to emmet support, but it might be something TWIG pack could help address/correct.

timknight commented 7 years ago

Looks like this is really an issue with the language definition. Closing. To be opened and addressed with the whatwedo plugin issues.