Ugly highlight

How to turn off ugly highlight between back quotes in *.js files ?

0
2 comments

This highlighting indicates language injection (https://www.jetbrains.com/help/webstorm/2017.1/using-language-injections.html) - WebStorm auto-injects HTML in ES6 template strings. This injection is hardcoded and can't be disabled. If you don't like its green background, you can change the color in Preferences | Editor | Colors & Fonts | General / Code / Injected language fragment settings, Background.

2
Avatar
Permanently deleted user

Thank you!

 

0

Please sign in to leave a comment.