GNU bug report logs -
#53622
[PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.
Previous Next
Reported by: pinoaffe <pinoaffe <at> gmail.com>
Date: Sat, 29 Jan 2022 13:46:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-robots-txt-mode): New variable.
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 653061eb99..d807241fc3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -833,6 +833,26 @@ (define-public emacs-apache-mode
This mode supports Apache HTTP Server 2.4 and major modules.")
(license license:gpl2)))
+(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 robots.txt files")
+ (description "This package provides @code{robots-txt-mode}, an Emacs major
+mode for robots.txt files.")
+ (license license:gpl3+)))
+
(define-public emacs-project
(package
(name "emacs-project")
--
2.34.0
This bug report was last modified 3 years and 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.