Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 662 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 662 Bytes

Vscode-Chez README

Vscode-Chez's goal is to make it easier for you to write chez code on vscode.

Features

Vscode-Chez is inspired by rainbow-brackets and vscode-scheme

Snippets

support following snippets: cond, define, def, if, lambda, let, let*, set!, try, library.

Extension Settings

This extension contributes the following settings:

  • vscode-chez.discolorBracketInString: true

Release Notes

0.1.0

Combine rainbow-brackets and vscode-scheme

0.1.1

Decolor the brackets in string object

0.1.2

Modify snippts

Enjoy!