Reputation: 503
I've just switched from Atom to WebStorm as development platform. I'm rather new to Angular and JavaScript, but having a fully fledged IDE seems a bit better for me to figure out where errors are coming from.
I'm experiencing one little annoyance... I can't seem to find how to disable the multiline (template literal, I believe it's called) highlighting of the backticks (`). This is what it looks like:
Could someone please help me figure out how I can disable it?
Upvotes: 3
Views: 612
Reputation: 141
UPDATE
Go to
Preferences > Editor > Color Scheme > General > Code > Injected language fragment
and untick the Background
option:
Upvotes: 8
Reputation: 503
Found it! You can disable this by going to the Preferences > Editor > General > Injected Language Fragment > un-tick the 'background color'.
Upvotes: 6