pkgsrc-WIP-changes archive

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

emacs-git: update PLIST and add new tree-sitter grammar dependencies



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Mar 13 10:27:56 2023 +0100
Changeset:	972b0248f8ee505370b18ebadd3de12739d43465

Modified Files:
	emacs-git/PLIST
	emacs-git/options.mk

Log Message:
emacs-git: update PLIST and add new tree-sitter grammar dependencies

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=972b0248f8ee505370b18ebadd3de12739d43465

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 emacs-git/PLIST      | 4 ++++
 emacs-git/options.mk | 2 ++
 2 files changed, 6 insertions(+)

diffs:
diff --git a/emacs-git/PLIST b/emacs-git/PLIST
index f47fb7567d..a72470de7e 100644
--- a/emacs-git/PLIST
+++ b/emacs-git/PLIST
@@ -3575,6 +3575,8 @@ share/emacs/${PKGVERSION}/lisp/progmodes/eglot.el.gz
 share/emacs/${PKGVERSION}/lisp/progmodes/eglot.elc
 share/emacs/${PKGVERSION}/lisp/progmodes/elisp-mode.el.gz
 share/emacs/${PKGVERSION}/lisp/progmodes/elisp-mode.elc
+share/emacs/${PKGVERSION}/lisp/progmodes/elixir-ts-mode.el.gz
+share/emacs/${PKGVERSION}/lisp/progmodes/elixir-ts-mode.elc
 share/emacs/${PKGVERSION}/lisp/progmodes/erts-mode.el.gz
 share/emacs/${PKGVERSION}/lisp/progmodes/erts-mode.elc
 share/emacs/${PKGVERSION}/lisp/progmodes/etags.el.gz
@@ -3601,6 +3603,8 @@ share/emacs/${PKGVERSION}/lisp/progmodes/grep.el.gz
 share/emacs/${PKGVERSION}/lisp/progmodes/grep.elc
 share/emacs/${PKGVERSION}/lisp/progmodes/gud.el.gz
 share/emacs/${PKGVERSION}/lisp/progmodes/gud.elc
+share/emacs/${PKGVERSION}/lisp/progmodes/heex-ts-mode.el.gz
+share/emacs/${PKGVERSION}/lisp/progmodes/heex-ts-mode.elc
 share/emacs/${PKGVERSION}/lisp/progmodes/hideif.el.gz
 share/emacs/${PKGVERSION}/lisp/progmodes/hideif.elc
 share/emacs/${PKGVERSION}/lisp/progmodes/hideshow.el.gz
diff --git a/emacs-git/options.mk b/emacs-git/options.mk
index 1a748672bd..27f345b370 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -202,7 +202,9 @@ DEPENDS+=	tree-sitter-c-[0-9]*:../../textproc/tree-sitter-c
 DEPENDS+=	tree-sitter-cmake-[0-9]*:../../textproc/tree-sitter-cmake
 DEPENDS+=	tree-sitter-cpp-[0-9]*:../../textproc/tree-sitter-cpp
 DEPENDS+=	tree-sitter-dockerfile-[0-9]*:../../textproc/tree-sitter-dockerfile
+DEPENDS+=	tree-sitter-elixir-[0-9]*:../../textproc/tree-sitter-elixir
 DEPENDS+=	tree-sitter-go-[0-9]*:../../textproc/tree-sitter-go
+DEPENDS+=	tree-sitter-heex-[0-9]*:../../textproc/tree-sitter-heex
 DEPENDS+=	tree-sitter-html-[0-9]*:../../textproc/tree-sitter-html
 DEPENDS+=	tree-sitter-java-[0-9]*:../../textproc/tree-sitter-java
 DEPENDS+=	tree-sitter-json-[0-9]*:../../textproc/tree-sitter-json


Home | Main Index | Thread Index | Old Index