EvgeniyPeshkov / syntax-highlighter

Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
https://marketplace.visualstudio.com/items?itemName=evgeniypeshkov.syntax-highlighter
MIT License
215 stars 43 forks source link

support for bold and italics customization #48

Closed mbsmith93 closed 4 years ago

mbsmith93 commented 4 years ago

Being able to set not just the color but also the italics or bold behavior of certain syntax terms would be great. If this is already possible it would be great if it could be added to the documentation, as I do not currently see any way to do this.

EvgeniyPeshkov commented 4 years ago

Hello @mbsmith93, This is in fact easy to implement. But at the moment I'm planning to adopt new semantic highlighting api. After that, extension will highlight tokens according to the current theme. This will automatically allow to decorate tokens whatever one likes, plus many other advantages. Stay tuned.