为什么有些字符在 WebStorm 中得到了苍白的亮点?

Why are some characters get a pale highlight in WebStorm?

我注意到有时 WebStorm 中的字符会以浅色突出显示,就好像该字符有问题一样。但是当悬停在那个字符上时,没有任何提示或任何东西,right-click 菜单没有显示任何特殊功能,右侧的 Inspection-bar 也没有提及。

这是来自 AngularJS 源文件的示例('clear' 之后的“:”):

WebStorm 想告诉我什么?

此浅绿色背景表示语言注入(https://www.jetbrains.com/help/webstorm/2017.1/using-language-injections.html)- WebStorm 在 style 属性值中自动注入 CSS。如果您不喜欢它的背景颜色,可以在 Preferences | Editor | Colors & Fonts | General(自 2017.2 起 Preferences | Editor | Color Scheme | General)、Code / Injected language fragment 设置、背景 中进行更改。