A good Lua editor for Mac? [closed]
Whats a good Lua text editor for the Mac? All I need is just to edit th开发者_JAVA技巧e code. Not a Compiler or anything.
BBEdit is the best all-around editor for the Mac. Lua is one of the default languages for the syntax colorizer.
Any number of editors will work fine. I use Vim (But if you're on a mac you might want to use MacVim instead). TextMate is also a good mac editor. Just about any editor that can display monospaced fonts and do syntax highlighting should be sufficient.
If you know MacVim or Vim use it! Vim has builtin Lua syntax support. If you don't know, learn it ;)
Otherwise use TextMate with the enhanced lua bundle (demo video, project site)
There's also eclipse which is a nice all purpose java based IDE with many different language specific perspectives, including one for lua http://luaeclipse.luaforge.net/
精彩评论