Mac 上有一个好的 Lua 编辑器吗?

发布于 2024-12-01 15:21:45 字数 51 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

好多鱼好多余 2024-12-08 15:21:45

BBEdit 是 Mac 上最好的全能编辑器。 Lua 是语法着色器的默认语言之一。

BBEdit is the best all-around editor for the Mac. Lua is one of the default languages for the syntax colorizer.

弥枳 2024-12-08 15:21:45

任何数量的编辑器都可以正常工作。我使用 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.

一场信仰旅途 2024-12-08 15:21:45

如果您了解 MacVimVim 使用它! 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)

望喜 2024-12-08 15:21:45

还有 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文