pkgsrc-WIP-changes archive

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

emacs-git: add tree-sitter-php now that it's supported



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Jun 14 20:28:42 2024 +0200
Changeset:	d3caa91f0a075c9566478a70df6be95e1c9b85ac

Modified Files:
	emacs-git/options.mk

Log Message:
emacs-git: add tree-sitter-php now that it's supported

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

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

diffstat:
 emacs-git/options.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/emacs-git/options.mk b/emacs-git/options.mk
index 14d1de4d15..720ad76be6 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -214,6 +214,7 @@ 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-lua-[0-9]*:../../textproc/tree-sitter-lua
+DEPENDS+=	tree-sitter-php-[0-9]*:../../textproc/tree-sitter-php
 DEPENDS+=	tree-sitter-python-[0-9]*:../../textproc/tree-sitter-python
 DEPENDS+=	tree-sitter-ruby-[0-9]*:../../textproc/tree-sitter-ruby
 DEPENDS+=	tree-sitter-rust-[0-9]*:../../textproc/tree-sitter-rust


Home | Main Index | Thread Index | Old Index