Vim 中正确的标签突出显示?
刚刚进入 Vim,但不明白为什么它没有正确突出显示这些 HTML 标签。结束正文和 html 标签不应该是粗体和红色吗?见图。
Just getting into Vim, but can't figure out why it's not highlighting these HTML tags properly. Shouldn't the closing body and html tags be bold and red? See pic.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大多数颜色方案不会超出通用突出显示组(例如
Keyword
或String
)。我最喜欢的颜色方案是 Sorcerer,但我必须像这样自定义它:
才能获得:
Most colorschemes don't go very far beyond the generic highlight groups like
Keyword
orString
.My favorite colorscheme is Sorcerer but I had to customize it like that :
to obtain this: