xCode4 Lua 语法高亮
是否可以让 xCode4 对 .lua 文件进行语法高亮?网上有很多针对 xCode 3.2 的解决方案,但我没有找到针对 xCode4 的解决方案。
Possible Duplicate:
Adding syntax highlighting to programming languages in Xcode 4.0
Is it possible to make xCode4 to do syntax highlighting on .lua files? There are plenty solutions online for xCode 3.2, but I've found none for xCode4.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据此网站,旧的 XCode 3 语法突出显示插件基于非官方和不支持的 API。 XCode 4 是 XCode 的完全重写,因此 API 不太可能再存在,而且据我所知,还没有人发现任何类似的 API,所以看来您可能不走运。
好消息是,XCode 确实可以很好地与外部编辑器(其中有不少支持 Lua)配合使用,并且您在外部编辑器中所做的任何更改都会立即反映在 XCode 中。
According to this site, the old XCode 3 syntax highlighting plugins were based on an unofficial and unsupported API. XCode 4 is a complete rewrite of XCode, so it's unlikely that API exists any more, and to my knowledge no-one has yet discovered any similar API, so it looks like you may be out of luck.
The good news is that XCode does play quite well with external editors (Of which there are quite a few which do Lua), and any changes you make in an external editor are instantly reflected in XCode.