emacs-font-lock-studio
Interactive debugger for Font Lock keywords
Font Lock Studio is an interactive debugger for Emacs syntax highlighting rules, also called Font Lock keywords. It can single-step Font Lock keywords -- matchers, highlights, and anchored rules, to see what happens when a buffer is fontified. Breakpoints can be set on or inside rules. When inside a rule, matches are visualized using a palette of background colors. The explainer can describe a rule in plain-text English. Finally, tight integration with Edebug allows stepping into Lisp expressions that are part of the Font Lock keywords.
- Versions: 0.0.10
- Website: https://github.com/Lindydancer/font-lock-studio
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-font-lock-studio as follows:
guix install emacs-font-lock-studio
Or install a particular version:
guix install emacs-font-lock-studio@0.0.10
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of emacs-font-lock-studio about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-font-lock-studio'><img src='https://packages.guix.gnu.org/packages/emacs-font-lock-studio/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-font-lock-studio)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-font-lock-studio][https://packages.guix.gnu.org/packages/emacs-font-lock-studio/badges/latest-version.svg]]