WebReflection / vscode-literally-html

Adds syntax highlighting for html inside of JavaScript and TypeScript tagged template strings
https://marketplace.visualstudio.com/items?itemName=webreflection.literally-html
MIT License
34 stars 6 forks source link

Breaks default highlighting. #10

Closed dbauszus-glx closed 5 years ago

dbauszus-glx commented 5 years ago

Having this plugin enabled breaks other highlighting within the same file. The brackets are coloured with the bracket pair colorizer plugin.

image

With the plugin disabled I get to see highlights outside the literal.

image

WebReflection commented 5 years ago

Having this plugin enabled breaks other highlighting within the same file.

or maybe it's the other way around?

anyway, I'm partially color blinded, I wouldn't even know how to be sure I've fixed this so please look somewhere else for HTML tags highlight if you need it to work with bracket pair colorizer plugin.