Syntax highlighting for the Ripe programming language, a systems programming language.
- Syntax highlighting for
.rpfiles - Comment toggling (
//and/* */) - Bracket matching and auto closing pairs
- Code folding with
// regionand// endregionmarkers
Install from the VS Code Marketplace by searching for "Ripe", or build it from source:
npx @vscode/vsce package
code --install-extension vscode-ripe-*.vsixMIT. See LICENSE.