mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-25 15:35:43 +01:00
7420a04c64
* Fixing trailing spaces in expansion * Emmet - Fixing extra spaces when wrapping with abbreviation * Avoid fetching tag if there's no need to ezpand again * Replacing several 'indexof's with regexp * Making regexp for tagname stricter. Removing unnecessary check. * Removing extra call to expand. * tiny changes * tinitiny changes