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

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.

Awesome Lists containing this project

README

          

# Scheme Syntax for Visual Studio Code

[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/jeandeaual.scheme.svg)](https://marketplace.visualstudio.com/items?itemName=jeandeaual.scheme)
[![build](https://github.com/jeandeaual/vscode-scheme/workflows/build/badge.svg)](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).