[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53622] [PATCH 8/8] gnu: Add emacs-robots-txt-mode.
From: |
pinoaffe |
Subject: |
[bug#53622] [PATCH 8/8] gnu: Add emacs-robots-txt-mode. |
Date: |
Sat, 29 Jan 2022 14:28:12 +0100 |
User-agent: |
mu4e 1.6.10; emacs 27.2 |
* 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
- [bug#53622] [PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 3/8] gnu: Add emacs-enlive., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 2/8] gnu: Add emacs-all-the-icons-ibuffer., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 4/8] gnu: Add emacs-org-books., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 5/8] gnu: Add emacs-org-chef., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 6/8] gnu: Add emacs-ox-reveal., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 7/8] gnu: Add emacs-apache-mode., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 8/8] gnu: Add emacs-robots-txt-mode.,
pinoaffe <=
- [bug#53622] [PATCH V2 1/8] gnu: Add emacs-spaceline-all-the-icons., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 2/8] gnu: Add emacs-all-the-icons-ibuffer., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 3/8] gnu: Add emacs-enlive., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 5/8] gnu: Add emacs-org-chef., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 8/8] gnu: Add emacs-robots-txt-mode., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 6/8] gnu: Add emacs-ox-reveal., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 7/8] gnu: Add emacs-apache-mode., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 4/8] gnu: Add emacs-org-books., pinoaffe, 2022/01/29