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
208 stars 44 forks source link

How to make open "<" tag and close ">" tag of same color #38

Open rcorsari opened 4 years ago

rcorsari commented 4 years ago

Hello this extension looks powerful, but the default behavior of having open/close tags of different colors, looks pretty confusing

In the following screenshot you see a PHP file that will output some HTML and so we have "<?" php tags and "<" html tags , and nevertheless the html tag is purple in the open tag and gray in the closing tag

I don't find the setting to fix that,

can you kindly explain how to make the two tags of same color?

this is the confusing effect

tags

Thank you