mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-font-lock-studio: Update to 0.0.9.
* gnu/packages/emacs-xyz.scm (emacs-font-lock-studio): Update to 0.0.9. Change-Id: I5f8389dcb2bbec809e174fd44c4e25e1c8751d0f
This commit is contained in:
parent
5af119587d
commit
f5d28f9db9
1 changed files with 18 additions and 20 deletions
|
@ -5677,25 +5677,23 @@ calculated based on how well you remembered the contents of the card.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-font-lock-studio
|
(define-public emacs-font-lock-studio
|
||||||
(let ((commit "12c35967b31233e06946c70627aa3152dacfe261")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-font-lock-studio")
|
||||||
(package
|
(version "0.0.9")
|
||||||
(name "emacs-font-lock-studio")
|
(source
|
||||||
(version (git-version "0.0.7" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/Lindydancer/font-lock-studio")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/Lindydancer/font-lock-studio")
|
(file-name (git-file-name name version))
|
||||||
(commit "12c35967b31233e06946c70627aa3152dacfe261")))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "0ssa62qm3zv0l9adz0bpi4iaixbi788ihh1qy5n41h6jzcjig4k4"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "0q0s6f5vi3sfifj7vq2nnsmgyyivp1sd3idk32858md5ri71qif0"))))
|
(home-page "https://github.com/Lindydancer/font-lock-studio")
|
||||||
(build-system emacs-build-system)
|
(synopsis "Interactive debugger for Font Lock keywords")
|
||||||
(home-page "https://github.com/Lindydancer/font-lock-studio")
|
(description
|
||||||
(synopsis "Interactive debugger for Font Lock keywords")
|
"Font Lock Studio is an interactive debugger for Emacs syntax highlighting
|
||||||
(description
|
|
||||||
"Font Lock Studio is an interactive debugger for Emacs syntax highlighting
|
|
||||||
rules, also called Font Lock keywords. It can @emph{single-step} Font Lock
|
rules, also called Font Lock keywords. It can @emph{single-step} Font Lock
|
||||||
keywords -- matchers, highlights, and anchored rules, to see what happens when
|
keywords -- matchers, highlights, and anchored rules, to see what happens when
|
||||||
a buffer is fontified. Breakpoints can be set on or inside rules. When
|
a buffer is fontified. Breakpoints can be set on or inside rules. When
|
||||||
|
@ -5703,7 +5701,7 @@ inside a rule, matches are visualized using a palette of background colors.
|
||||||
The explainer can describe a rule in plain-text English. Finally, tight
|
The explainer can describe a rule in plain-text English. Finally, tight
|
||||||
integration with Edebug allows stepping into Lisp expressions that are part of
|
integration with Edebug allows stepping into Lisp expressions that are part of
|
||||||
the Font Lock keywords.")
|
the Font Lock keywords.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-fontaine
|
(define-public emacs-fontaine
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue