pkgsrc-WIP-changes archive

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

emacs-git: update PLIST and depend on tree-sitter-html



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sun Jan 22 13:44:38 2023 +0100
Changeset:	0c22091218f1a8abea64a5add0014069b9e852c6

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

Log Message:
emacs-git: update PLIST and depend on tree-sitter-html

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

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

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

diffs:
diff --git a/emacs-git/PLIST b/emacs-git/PLIST
index 55480b0f7c..d51a5a7a66 100644
--- a/emacs-git/PLIST
+++ b/emacs-git/PLIST
@@ -3867,6 +3867,8 @@ share/emacs/${PKGVERSION}/lisp/textmodes/flyspell.el.gz
 share/emacs/${PKGVERSION}/lisp/textmodes/flyspell.elc
 share/emacs/${PKGVERSION}/lisp/textmodes/glyphless-mode.el.gz
 share/emacs/${PKGVERSION}/lisp/textmodes/glyphless-mode.elc
+share/emacs/${PKGVERSION}/lisp/textmodes/html-ts-mode.el.gz
+share/emacs/${PKGVERSION}/lisp/textmodes/html-ts-mode.elc
 share/emacs/${PKGVERSION}/lisp/textmodes/ispell.el.gz
 share/emacs/${PKGVERSION}/lisp/textmodes/ispell.elc
 share/emacs/${PKGVERSION}/lisp/textmodes/less-css-mode.el.gz
diff --git a/emacs-git/options.mk b/emacs-git/options.mk
index 9cdb5a0a9f..bc899983bf 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -185,6 +185,7 @@ 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-go-[0-9]*:../../textproc/tree-sitter-go
+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
 DEPENDS+=	tree-sitter-python-[0-9]*:../../textproc/tree-sitter-python


Home | Main Index | Thread Index | Old Index