emacs-devel
[Top][All Lists]
Advanced

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

New package: treesit-auto


From: Robert Enzmann
Subject: New package: treesit-auto
Date: Fri, 27 Jan 2023 13:01:33 -0500

Hello,

I was following a guide to see if treesit-auto is something that could be included in NonGNU ELPA.  I'm unsure (that is, not unwilling but currently ignorant) about whether it fits all the requirements for GNU ELPA.  Below is the patch generated by `git format-patch`:

From d133d0ecacabb93f015abb8609a85d3ea2fe38f5 Mon Sep 17 00:00:00 2001
From: renzmann <32076780+renzmann@users.noreply.github.com>
Date: Thu, 26 Jan 2023 09:55:50 -0500
Subject: [PATCH] Add entry for treesit-auto

---
 elpa-packages | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index 97704e2b01..b4df35a441 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -772,6 +772,10 @@
  (toc-org :url "https://github.com/snosov1/toc-org.git"
   :ignored-files ("COPYING" ".travis.yml" "toc-org-test.el"))
 
+ (treesit-auto :url "https://github.com/renzmann/treesit-auto.git"
+  :readme "README.org"
+  :ignored-files (".github" ".gitignore" ".gitattributes" ".bumpversion.cfg"))
+
  (treeview :url "https://github.com/tilmanrassy/emacs-treeview"
   :readme "README.md"
   :ignored-files ("LICENSE"))
--
2.39.0

reply via email to

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