vscode-winteriscoming
vscode-winteriscoming copied to clipboard
Winter is coming theme is either overriding or not specifying default markup textMateRules
Describe the bug
Winter is coming theme is either overriding or not specifying default markup textMateRules
that are provided with VS Code default themes. This breaks syntax highlighting in extensions that use these rules.
To Reproduce Steps to reproduce the behavior:
- Clone https://github.com/smcenlly/missing-textmate-tokens VS Code sample extension.
- Open the repo and run
npm install
- Open the repo in VS Code and Start debugging (F5).
- Create a new file (Ctrl + N).
- Change its language to markup using the Change Language Mode command
- Paste the contents below:
deleted
inserted
underline
- Using any of the VS Code themes, you will see output similar to:
Expected behavior Winter is coming should provide similar formatting (adjusted to its themes). Instead, no highlighting is displayed.
Bumping this issue - any plans to fix?