https://github.com/jeandeaual/vscode-scheme
Scheme syntax highlighting for VSCode.
https://github.com/jeandeaual/vscode-scheme
hacktoberfest syntax-highlighting visual-studio-code visual-studio-extension vscode vscode-extension
Last synced: about 1 month ago
JSON representation
Scheme syntax highlighting for VSCode.
- Host: GitHub
- URL: https://github.com/jeandeaual/vscode-scheme
- Owner: jeandeaual
- License: mit
- Created: 2021-04-02T13:13:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T23:23:48.000Z (over 3 years ago)
- Last Synced: 2025-11-21T15:12:04.455Z (4 months ago)
- Topics: hacktoberfest, syntax-highlighting, visual-studio-code, visual-studio-extension, vscode, vscode-extension
- Language: Dockerfile
- Homepage: https://marketplace.visualstudio.com/items?itemName=jeandeaual.scheme
- Size: 61.5 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Scheme Syntax for Visual Studio Code
[](https://marketplace.visualstudio.com/items?itemName=jeandeaual.scheme)
[](https://github.com/jeandeaual/vscode-scheme/actions?query=workflow%3Abuild)
Scheme syntax highlighting for Visual Studio Code.
## Features
* Scheme syntax highlighting
## Requirements
* [Visual Studio Code](https://code.visualstudio.com/) 1.0.0 or newer
## Installation
* [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=jeandeaual.scheme)
* [Open VSX Registry](https://open-vsx.org/extension/jeandeaual/scheme)
## Build
```sh
yarn install
npx vsce package --yarn
```
## Release Notes
See [here](CHANGELOG.md).
# Aknowledgements
This extension is based on [`Scheme.tmLanguage`](https://github.com/egrachev/sublime-scheme/blob/master/Scheme.tmLanguage).