mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: Add emacs-robots-txt-mode.
* gnu/packages/emacs-xyz.scm (emacs-robots-txt-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
4255292154
commit
dd63577f23
1 changed files with 20 additions and 0 deletions
|
@ -5403,6 +5403,26 @@ (define-public emacs-robot-mode
|
|||
keywords and smart indentation.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-robots-txt-mode
|
||||
(package
|
||||
(name "emacs-robots-txt-mode")
|
||||
(version "0.0.9")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emacs-php/robots-txt-mode")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"07255pn80w4742sz2h9vbmfxxd8ps2kcn73p7m2bgy02kgbzw42b"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/emacs-php/robots-txt-mode")
|
||||
(synopsis "Syntax highlighting for @file{robots.txt} files")
|
||||
(description "This package provides an Emacs major mode for editing
|
||||
@file{robots.txt} files.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-roguel-ike
|
||||
(package
|
||||
(name "emacs-roguel-ike")
|
||||
|
|
Loading…
Reference in a new issue