For markdown code block fence syntax highlight, syntaxes\easy-markdown.injection.json only affects Markdown editor tokenization. The Markdown preview renderer has its own highlighting pipeline, so editor highlighting and preview highlighting are not always identical. VS Code’s Markdown snippets are also separate; adding easy to aliases does not necessarily add it to the built-in fenced-code snippet dropdown.
Changelog
v0.0.1: Initial setup.
v0.0.2: Markdown code fence block syntax support.
v0.0.3: Update README; Add links to EasyShell source.