Mac 上有一个好的 Lua 编辑器吗?
Mac 上有什么好的 Lua 文本编辑器?我所需要的只是编辑代码。不是编译器或任何东西。
Whats a good Lua text editor for the Mac? All I need is just to edit the code. Not a Compiler or anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
BBEdit 是 Mac 上最好的全能编辑器。 Lua 是语法着色器的默认语言之一。
BBEdit is the best all-around editor for the Mac. Lua is one of the default languages for the syntax colorizer.
任何数量的编辑器都可以正常工作。我使用 Vim(但如果你使用的是 Mac,你可能想使用 MacVim)。 TextMate 也是一个不错的 Mac 编辑器。几乎任何可以显示等宽字体并进行语法突出显示的编辑器都应该足够了。
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.
如果您了解 MacVim 或 Vim 使用它! Vim 具有内置的 Lua 语法支持。
如果您不知道,请学习它;)
否则将 TextMate 与增强的 lua 捆绑包一起使用(演示视频< /a>, 项目站点)
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)
还有 Eclipse,它是一个基于 Java 的通用 IDE,具有许多不同语言特定的视角,包括 lua http://luaeclipse .luaforge.net/
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/