Emacs 中 Lisp 的语义语法高亮
Semantic Syntax Highlighting for Lisp in Emacs

原始链接: https://github.com/calsys456/lisp-semantic-hl.el

为 Emacs 中的 Common Lisp 和 Elisp 提供语义语法高亮,基于全局 Lisp 环境的信息。加载 lisp-semantic-hl.el,然后在 emacs-lisp-mode 或 lisp-mode 下启用 lisp-semantic-hl minor mode。使用 MELPA 的示例配置:(use-package lisp-semantic-hl :ensure t :hook ((emacs-lisp-mode lisp-mode) . lisp-semantic-hl-mode)) 移植自我们自己开发的 LispWorks 插件,最初名为 "colourful"。Lem 的类似功能可以在这里找到作为参考。感谢我们的姐妹 Simone,以及深爱并支持我们的 misaka18931。支持神经多样性、跨性别和复数身份!🏳️‍🌈🏳️‍⚧️

黑客新闻 新的 | 过去的 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Emacs 中 Lisp 的语义语法高亮 (github.com/calsys456) 5 分,由 oumua_don17 1 小时前发布 | 隐藏 | 过去的 | 收藏 | 讨论 帮助 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

MELPA

Semantic Syntax Highlighting for Common Lisp & Elisp in Emacs, based on the informations of the global Lisp environment

screenshot

Load lisp-semantic-hl.el, then enable lisp-semantic-hl minor mode under emacs-lisp-mode or lisp-mode.

Sample configuration with MELPA:

(use-package lisp-semantic-hl
  :ensure t
  :hook ((emacs-lisp-mode lisp-mode) . lisp-semantic-hl-mode))

Ported from the LispWorks plugin by ourselves, originally named "colourful".

Similar function for Lem can be found here as a reference.

Thanks our sister Simone, and our lover misaka18931, who love and support us.

Supporting Neurodivisity & Transgender & Plurality!

🏳️‍🌈🏳️‍⚧️

联系我们 contact @ memedata.com