mjbvz / vscode-markdown-shiki

Uses Shiki for VS Code's built-in markdown preview syntax highlighting
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-Shiki
MIT License
19 stars 6 forks source link

Python highlighting doesn't match Light+ and Dark+ #12

Open matte-esse opened 2 years ago

matte-esse commented 2 years ago

The extension works for any theme but Light+ and Dark+, which are the only 2 I use. I have only tried python

Screenshot 2021-12-30 at 10 23 01
mjbvz commented 2 years ago

Please share steps to reproduce the issue

mjbvz commented 2 years ago

What theme are you using for example?

matte-esse commented 2 years ago

Please share steps to reproduce the issue

• Enable Light+ or Dark+ theme • Install Markdown Preview VS Code Highlighting • go into the extension settings and select light_plus or dark_plus • create a markdown python block: ``py • typefrom` inside the block

the from should be purple in the raw markdown and blue in the preview markdown

Let me know if you can reproduce it, thanks for your work

matte-esse commented 2 years ago

What theme are you using for example?

Light+ standard VS code theme