microsoft / vscode-emmet-helper

A helper module to use emmet modules with Visual Studio Code
MIT License
39 stars 32 forks source link

Why does the isExpandedTextNoise section for checking for a dash or colon include a comma in the character match pattern? #91

Open starball5 opened 9 months ago

starball5 commented 9 months ago

https://github.com/microsoft/vscode-emmet-helper/blob/ea184b3b7d6d7ffbc1721b5ce986c8477d420127/src/emmetHelper.ts#L560-L564

Is that comma really necessary? Should it be there? Sorry if this is a dumb question / for any wasted time.