Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有时 vim 会用红色突出显示括号或分号。什么插件突出了它?这是否意味着这个地方有错误?请看图片。
是的,对于默认的语法高亮显示,这意味着 vim 已经标记了该位置的错误。查看:help syntax更多选项。正如@romainl 所说,其他插件可能会影响您看到的内容。
:help syntax
我有一个普通的 Cygwin 版本正在运行,它会将你的 css 片段中的一些括号标记为无效,因为缺少左/右括号或 vim 定义的语法错误。