在哪里可以找到适用于记事本的 jQuery 语法突出显示插件++?
jQuery 有自己的语法*,当编写冗长的表达式时,我经常渴望某种突出显示。有没有办法在 Notepad++ 中实现这一点?
*除了与 CSS 和 JavaScript 共享的位...
jQuery has a syntax all its own*, and when writing ridiculously lengthy expressions I often yearn for some sort of highlighting. Is there a way to achieve this in Notepad++?
*except for the bits that are shared with CSS and JavaScript...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Notepad++ 在其目录中有一个 langs.xml 文件,您可以编辑该文件以添加 jQuery 语言类型和要突出显示的关键字。
您可以从复制和编辑 Javascript 元素开始:
Notepad++ has a langs.xml file in its directory that you can edit to add a jQuery langueage type and the keywords you want highlighted.
You can start by copying and editing the Javascript element: