emacs-font-lock-studio 0.0.10
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.
- Outputs:
out - 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 emacs-font-lock-studio 0.0.10 as follows:
guix install emacs-font-lock-studio@0.0.10
Or install the latest version:
guix install emacs-font-lock-studio
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.