catppuccin / vscode

🦌 Soothing pastel theme for VSCode & Azure Data Studio
https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-pack
MIT License
1.33k stars 46 forks source link

The highlight color for the closing bracket tag in HTML is inconsistent #405

Open vinnlee opened 2 months ago

vinnlee commented 2 months ago

I noticed there is an inconsistent highlight color for the closing bracket of the style and script tags. Additionally, a similar issue occurs with the closing quote of inline styles, as shown in the image below.

112702

backwardspy commented 2 months ago

thanks for raising this! looking at the textmate scopes on these characters reveals it's related to the inline css and javascript.

i've a relevant issue on vscode that states this is intentional: https://github.com/microsoft/vscode/issues/187113

i think the best we'll be able to do is style these scopes with the correct teal/green for the syntax in this snippet and see if it breaks anything else.