Emmet (HTML) not honoring grouping syntax #30446
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
emmet
Emmet related issues
Steps to Reproduce:
div#app>(div>p#test*2)
correctly expands to:while
div#app>(div>p#test*2)*2
incorrectly expands to:it should expand to:
The same abbreviation expands correctly in Atom with the official Emmet plugin. (Tested just in case I was typing emmet jibberish!)
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: