SublimeText-Markdown / MarkdownEditing

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
MIT License
3.17k stars 649 forks source link

Code blocks with 3 backticks not highlighted #706

Closed ricab closed 1 year ago

ricab commented 1 year ago

Code blocks marked with ``` are not being highlighted, unless syntax is specified. ```plain not working either:

Screenshot from 2022-08-19 19-06-27

deathaxe commented 1 year ago

Fenced code blocks are scoped markup.raw by default.

There's no way to guess syntaxes nor to dynamically apply one during runtime.

If missing background color is the issue, it's up to a color scheme to apply it on makrup.raw. See how Mariana handles it:

grafik

Otherwise that's working as expected.

ricab commented 1 year ago

Theme's fault, gotcha.