This is the official repository for Mangrove's VS Code extension.
Currently it supports basic syntax highlighting and checks for valid syntax. In future more features like code formatting will be added.
Please note that everything is still unstable and very much in progress
Since it's still early days for the Mangrove project, we do not publish the extension to the market place yet. However, you can install the extension directly from the repository.
git clone https://github.com/mangrove-lang/mangrove-vscode
cd mangrove-vscode
npm install
npm run installDevExtension
If you wish to contribute, you can read the Contributing guidelines for more information.
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
See the full Code of Conduct.
Mangrove's VS Code extension is distributed under the BSD-3-Clause license.