Syntax highlighting support for ScrapScript (.scrap) files in Visual Studio Code.
- Syntax highlighting for ScrapScript language constructs
- Comment support with
-- - Auto-closing brackets and quotes
- File association for
.scrapfiles
- Clone this repository
- Run
npm install -g vsceto install the VS Code Extension CLI - Run
vsce packageto create the extension package - Install with
code --install-extension scrapscript-syntax-*.vsix
To work on this extension:
- Clone the repository
- Open in VS Code
- Press F5 to launch a new Extension Development Host window
- Open a
.scrapfile to test syntax highlighting
MIT