vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
812 stars 129 forks source link

Fenced code in editor seems to ignore syntax highlighting #835

Closed mtraynham closed 4 years ago

mtraynham commented 4 years ago

I can't seem to get fenced code in the editor to match my syntax coloring for other languages. Everything seems to be very blue. It does however seem like code intentions work, I can Ctrl+Click an item to go to that specific reference. Any thoughts, maybe some issue with configuration? Here's an example with Python.

Screen Shot 2020-04-07 at 5 07 06 PM
mtraynham commented 4 years ago

Well I figured it out. For some reason, switching to this plugin updated the Markdown code block style foreground colors to be a single color rather than inherited.

Screen Shot 2020-04-07 at 5 29 13 PM