Syntax Highlighter for Rib in VSCode.
Rib is a language used by the Worker Gateway in Golem, that enables users to write programs capable of manipulating worker responses, which are WebAssembly (WASM) values. To know more about Rib, please visit the Rib documentation.
The Rib extension provides syntax highlighting and support for the Rib programming language. Key features include:
- Syntax Highlighting: Highlight various elements of the Rib language including variables, keywords, and literals.
For example, you can see syntax highlighting for a Rib code snippet below:
To use this extension, you need Visual Studio Code (version 1.91.0 or higher). There are no additional dependencies.
- Download the vsix file in this repository
- Open VSCode, and install extensions from
.vsix
. Sooner, a stable version will be available in marketplace.
This extension does not add any specific VS Code settings.
- Syntax Highlighting Inconsistencies: Some Rib constructs may not be highlighted correctly in all cases. We are working on improving this.
To be released..