qjebbs / vscode-markdown-extended

Extended syntaxes to built-in markdown & What you see is what you get exporter.
MIT License
123 stars 25 forks source link

Add TextMate grammar for proper syntax highlighting #145

Open Acumane opened 1 year ago

Acumane commented 1 year ago

This extension should contribute its own grammar so syntax is properly recognized in editor. For example:

_word_ is given the scope markup.italic and is therefore italicized in the editor. Other additions like ==mark== and ![](){width=}, if given scopes, could be styled as well