mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
- remove 'rem' from list of keywords so it's not misparsed as a keyword - change \s to \b so that 'rem' is detected in case of @rem or &rem, etc.