Skip to content

scrapscript/scrapscript-lsp

Repository files navigation

ScrapScript LSP

Setup

  1. Clone and install:
git clone https://github.com/scrapscript/tree-sitter-scrapscript.git
git clone https://github.com/scrapscript/scrapscript-lsp.git
ln -s tree-sitter-scrapscript scrapscript-lsp/tree-sitter-scrapscript
cd scrapscript-lsp
npm install
npm run compile
cd server && npm run build-wasm && cd ..
  1. VS Code:
  • Open project folder
  • Press F5 to debug
  • Open .scrap or .ss file

Project Structure

  • client: VS Code extension
  • server: LSP implementation
  • syntaxes: TextMate grammar

Development

cd server
npm run compile  # Build
npm run watch    # Watch mode
npm test        # Run tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published