PipeScript icon indicating copy to clipboard operation
PipeScript copied to clipboard

Languages should approximate Visual Studio Code Language Definitions

Open StartAutomating opened this issue 2 years ago • 1 comments

Since both are effectively a definition of a language, we should be able to infer any number of languages from VSCode definitions, and plausibly create language definitions for VS Code en-masse.

Visual Studio Code is taking its cue from TextMate Grammars.

StartAutomating avatar Dec 31 '23 02:12 StartAutomating

here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter

RedCMD avatar Sep 06 '25 09:09 RedCMD