注释部分突出显示(Atom)
Comment parts highlighted (Atom)
为什么评论部分的某些部分被突出显示?我还没有在其他代码中看到过这样的编辑器行为。这真的让我分心。
我可以调暗吗?
是的,你可以。
最快的方法是编辑.atom/styles.less
atom-text-editor::shadow {
.php {
.comment {
.keyword {
color: inherit;
}
}
}
}
更多信息here
为什么评论部分的某些部分被突出显示?我还没有在其他代码中看到过这样的编辑器行为。这真的让我分心。 我可以调暗吗?
是的,你可以。
最快的方法是编辑.atom/styles.less
atom-text-editor::shadow {
.php {
.comment {
.keyword {
color: inherit;
}
}
}
}
更多信息here