XCode4 Lua syntax highlighting

Possible duplicate:
Adding syntax highlighting to programming languages ​​in Xcode 4.0

Is it possible to make xCode4 do syntax highlighting on .lua files? There are many solutions online for xCode 3.2, but I have not found any for xCode4.

+4
source share
1 answer

According to this site , the old Xcode 3 syntax highlighting plugins were based on an unofficial and unsupported API. Xcode 4 is a complete overhaul of Xcode, so the API is unlikely to exist already, and as far as I know, no one has yet discovered any such API, so it looks like you might be out of luck.

The good news is that Xcode plays well with external editors (of which there are quite a lot of Lua), and any changes you make in the external editor are instantly reflected in Xcode.

+2
source

All Articles