guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: Add emacs-robots-txt-mode.


From: guix-commits
Subject: 08/08: gnu: Add emacs-robots-txt-mode.
Date: Sun, 6 Feb 2022 17:37:32 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit dd63577f237f7fb99a97badfddc2a24d1dd9e4d6
Author: pinoaffe <pinoaffe@airmail.cc>
AuthorDate: Sun Feb 6 23:36:20 2022 +0100

    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>
---
 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 827cc284e9..1e9ee0efcb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5403,6 +5403,26 @@ features such as syntax highlighting, comments, finding 
keywords, completing
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]