Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>pascaligo-vscodeNew to Visual Studio Code? Get it now.
pascaligo-vscode

pascaligo-vscode

Pascaligo

|
2,144 installs
| (0) | Free
Pascaligo vscode includes syntax highlighting, and a language server for pascaligo a ligolang syntax.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pascaligo VSCODE Plugin

This repository contains syntax highlighting, and the language server/client for the pascaligo grammar.

Functionality

At this time the language server depends on a remote service called the lspdriver to generate parse errors and dryrun events.

Structure

.
├── syntaxes // Textmate Grammar
├── client // Language Client
│   ├── src
│   │   ├── test // End to End tests for Language Client / Server
│   │   └── extension.ts // Language Client entry point
├── package.json // The extension manifest.
└── server // Language Server
    └── src
        └── server.ts // Language Server entry point
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft