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 markdown syntax highlighting #9

Closed Release-Candidate closed 11 months ago

Release-Candidate commented 11 months ago

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

Example:

(define (hugo x)
  (let ([y (+ x x)])
   y))

See #8