BLBX for Visual Studio CodeSyntax highlighting for Colors follow your active VS Code theme. This extension provides syntax highlighting, not diagnostics, completion, or a language server. InstallFrom this directory, with Node.js and npm installed:
Alternatively, run Extensions: Install from VSIX... in VS Code and select
the generated file. Open a The DevelopOpen this directory as a VS Code workspace and press F5 to launch the extension development host with the language tour. No compilation is required. Use Developer: Inspect Editor Tokens and Scopes to inspect highlighting. The grammar follows the project's lexer and parser. Strings use double quotes
and can span lines; comments use VS Code's syntax highlighting guide explains the TextMate grammar format used here. |