emacs+perl:可以获得vim的语法着色风格吗?

发布于 2024-12-01 05:50:33 字数 172 浏览 0 评论 0原文

我真的很喜欢(并且习惯)vim 的 Perl 程序语法着色风格。

有没有办法在emacs下获得这种风格?我尝试过(普通)perl-modecperl-mode

如果有什么区别的话,我在终端中使用 Ubuntu 和 emacs23-nox。

I really like (and am used to) vim's syntax coloring style for perl programs.

Is there a way to get that style under emacs? I've tried (vanilla) perl-mode and cperl-mode.

If it makes any difference, I'm using Ubuntu and emacs23-nox in a terminal.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

翻身的咸鱼 2024-12-08 05:50:33

语法着色是通过某种脚本完成的;由于vim和emacs使用完全不同的语法描述和脚本系统,显然不可能在emacs下自动获得vim语法着色。另一方面,您可以使用与 vim 相同的颜色和字体为 perl 构建自己的语法突出显示模式;这可能是一项艰巨的工作,但它是可行的。请参阅有关 font-lock-mode 的 emacs 文档

Syntax colouring is done by some sort of scripting; as vim and emacs use entirely different syntax description and scripting system, it's obviously impossible to get vim syntax colouring under emacs automatically. On the other hand, you could build your own syntax highlighting mode for perl, using the same colors and fonts as vim does; this is probably a big work, but it's doable. See the emacs documentation on font-lock-mode.

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