Release-Candidate / vscode-scheme-repl

A Visual Studio Code extension for Chez Scheme, it uses the REPL for autocompletions and to evaluate expressions.
MIT License
13 stars 0 forks source link

Add Syntax highlighting in Markdown code blocks #8

Closed Release-Candidate closed 10 months ago

Release-Candidate commented 11 months ago

Make the syntax highlighting work in Markdown code blocks with the language identifier scheme.

Example:

```scheme
(define (hugo x)
  (let ([y (+ x x)])
   y))
```
Release-Candidate commented 10 months ago

Fixed by https://github.com/Release-Candidate/vscode-scheme-repl/pull/9