简体   繁体   English

防止Notepad ++突出显示javascript代码

[英]Prevent Notepad++ from highlighting javascript code

I don't mind syntax coloring, but I find it very annoying that Notepad++ highlights entire blocks of Javascript code, effectively dimming them and making it difficult to read. 我不介意语法着色,但是我感到非常讨厌的是Notepad ++突出显示了Java代码的整个块,有效地使它们变暗并且难以阅读。 This is what it looks like: 看起来是这样的:

记事本高亮javascript

As you can see it shades the entire block of javascript with a purple color. 如您所见,它用紫色遮盖了整个javascript块。 Is there any way to prevent this from happening? 有什么办法可以防止这种情况的发生?

  • Go to Settings > Style Configurator . 转到设置>样式配置器
  • From the languages list select JavaScript. 从语言列表中选择JavaScript。
  • Go through each option in the 'Style' list, changing the background colour to white. 浏览“样式”列表中的每个选项,将背景色更改为白色。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM