Textmate - 更改文档块内的 @TODO 颜色
我可以使用范围 comment.block.documentation
更改 textmate 内整个文档块的颜色
但是是否可以更改该 docblock 内特定单词的颜色?
我指的是改变单词的颜色,甚至改变整行的颜色,比如
@TODO
@FIXME
@CHANGED
谢谢。
I'm able to change an entire documentation block's color inside textmate by using the scope comment.block.documentation
However is it possible to change the color of specific words inside that docblock?
I'm refering to change the color of words or even the entire line like
@TODO
@FIXME
@CHANGED
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧...我找到了答案。
捆绑>捆绑包编辑器>显示捆绑编辑器
选择 JavaScript 语言(注意...该语言在左侧列表的 Javascript 项内有一个 L 图标)
找到名为 comment.block.documentation.js 的范围,并
在只需更改后 进行相应修改使用声明的选择器在首选项窗口上设置颜色!
Ok... i was able to find the answer.
Bundles > Bundle Editor > Show Bundle Editor
Select the Language Javascript (note... the language has a L icon inside the Javascript item on the left list)
find for the scope named comment.block.documentation.js and modify it accordingly
after you just have to change the color on the prefs window, using the declared selector!