Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chanyon/vscode-nature
- Owner: Chanyon
- License: mit
- Created: 2023-09-16T04:47:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T07:35:26.000Z (over 1 year ago)
- Last Synced: 2023-09-22T19:42:59.222Z (over 1 year ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)