RedCMD
RedCMD
related https://github.com/microsoft/vscode/issues/231224
@aeschli the bug only appears after restarting vscode with the file open
How to enable semantic highlighting? Can't find any references to it anywhere VSCode has been setup in a way that semantic highlighting should only ever enchance the TextMate grammars by...
I have that setting enabled already @Number-3434 but even when searching through the code in this repo I cannot find any reference to `SemanticTokensProvider` as far as I can see,...
what sort of `tmLanguage` support?
the C repo is here https://github.com/jeff-hykin/better-c-syntax caused by the `switch` not having a early cutoff at brackets `)` `)` should be added to the `end` pattern character class https://github.com/jeff-hykin/better-c-syntax/blob/ff81a5813673a7be5944e544b2ab83ff8c165a2b/autogenerated/c.tmLanguage.json#L3499
you can disable semantic highlighting with `editor.semanticHighlighting.enabled` here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter
https://github.com/shikijs/shiki uses the https://github.com/slevithan/oniguruma-to-es library for oniguruma to JS regex conversion
what language? go to definition is handled by extensions
repo: https://github.com/RedCMD/TmLanguage-Syntax-Highlighter when attempting to run `extest setup-and-run './out/test/*.test.js'` I get