xCode4 Lua Syntax Highlight [duplicate]

眉间皱痕 提交于 2019-12-06 04:13:01

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/5928313/xcode4-lua-syntax-highlight

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!