Syntax highlighting and language server features for Pekoscript in Visual Studio Code.
Features
- Syntax highlighting for
.pekofiles. - Language server integration through
peko-ls, providing completion, diagnostics, hover, and other features the server supports.
Syntax highlighting works on its own. Language server features require the
peko-ls binary.
Requirements
The peko-ls language server must be available for language features to
work. The extension looks for peko-ls on the system PATH. Syntax
highlighting does not require the server and works without it.
If peko-ls is not found, the extension shows a warning and continues with
highlighting only.
Extension settings
This extension contributes the following setting:
peko.server.path: Path to thepeko-lsbinary. Leave empty to usepeko-lsfrom the PATH.
Release notes
See CHANGELOG.md.
License
Licensed under PSAL-1.0.
Copyright 2026 Peko UI Technologies LLC.