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中:
有没有办法定义一个“{”,这样它会被 C/C++ 编译器(g++)忽略,但在 Vim synatx 突出显示中被视为“{”?
我已经尝试过//{,但它也被 Vim 忽略了。
//{
语法突出显示的全部意义在于帮助指示编译器将如何解释您的代码。例如,如果您错过了文字字符串上的右引号,则语法突出显示可帮助您确定您在哪里做的。
你要求一个 vim 功能来做一些它明确设计要避免做的事情。