vscode-textmate
vscode-textmate copied to clipboard
A library that helps tokenize text using Text Mate grammars.
At my workplace we use a custom language for which i made textMate grammar extension for VS Code. This extension worked perfectly until the november 2025 update. The only change...
Extracting line tokens and font tokens into the token handler
TextMate grammars support a `comment` field on rules for documentation purposes. This field was being parsed but not exposed to consumers, making it inaccessible to tools like VS Code's scope...
This function is being exported and used downstream in some projects that rely on next.js 16's cache components. This doesn't allow using Date.now() and requires the use of performance.now() instead....
Hi I'm using vscode 1.102 some lines of bash break highlighting of all the following lines in the same bash file. In my case I had ``` portmask=$(( portmask |...