xcode 关键字语法着色,无法识别 c++标准::字符串
我正在使用 xcode 来编辑一些 c++ 代码——xcode 无法将“字符串”识别为关键字(即它没有给它提供典型的粉红色“关键字颜色”),这让我很恼火。
有谁知道如何将其添加为关键字?
I'm using xcode to edit some c++ code---its been annoying me that xcode doesn't recognize "string" as a keyword (i.e. it doesn't give it the typical pink 'keyword color').
Does anyone know how to add it as a keyword?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
string
不是 C++ 中的关键字。但是,如果您出于某种原因确实希望将其着色为关键字,则可以将其添加为文件
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Versions/A/Resources/Built-in languages.pblangspec 中的关键字
string
is not a keyword in C++.However if you really want it colored as a keyword for some reason, you could add it as a keyword in the file
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Versions/A/Resources/Built-in languages.pblangspec