mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
* 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