Features
This extension fits the default Markdown Previewer in VScode, enhancing the highlighting display of Vue block code, just as what can be done while you're editing an .vue file in an IDE.
The core function of this extension is implemented via Shiki. Hence the display theme of the Vue block code in preview mode needs to be configurated seperatedly. An entrance to modify its theme is featured and can be accessed in the extension's settings interface. You can choose various themes supported by Shiki.
Requirements
This extension is developed and released on Version 1.128 of VScode, following the extension development instructions of VScode. You may refer to:
https://github.com/markdown-it/markdown-it/blob/master/docs/development.md
https://markdown-it.github.io/markdown-it
Any tech supports for further releases of VScode on this extension are not guaranteed.