Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chanyon/vscode-nature

naturelang syntax highlight plugin
https://github.com/chanyon/vscode-nature

Last synced: about 2 months ago
JSON representation

naturelang syntax highlight plugin

Awesome Lists containing this project

README

        

# vscode-naturelang README
nature-lang syntax highlight plugin for VS code.

## Extension Settings

Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.

For example:

This extension contributes the following settings:

* `myExtension.enable`: Enable/disable this extension.
* `myExtension.thing`: Set to `blah` to do something.

## Release Notes
v0.1.0
---

## Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

* [Extension Guidelines](https://code.visualstudio.com/api/references/extension-guidelines)