DanielGavin / ols

Language server for Odin
MIT License
375 stars 56 forks source link

[vscode] Add support for syntax highlighting in md #416

Closed blob1807 closed 6 days ago

blob1807 commented 1 week ago

Small change to add syntax highlighting within mark down fenced code blocks.

It should be possible to do the the same in the live preview but that uses highlight.js. And would need to be done through markdown-it, just not sure how to add the hljs grammar.