* bug#69304: [PATCH] Update URL of the tree-sitter-lua grammar
@ 2024-02-21 16:23 john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
[not found] ` <handler.69304.B.17085326661277.ack@debbugs.gnu.org>
0 siblings, 1 reply; 3+ messages in thread
From: john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-02-21 16:23 UTC (permalink / raw)
To: 69304
Tags: patch
The tree-sitter-lua grammar moved to a new repository.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#69304: [PATCH] Update URL of the tree-sitter-lua grammar
[not found] ` <handler.69304.B.17085326661277.ack@debbugs.gnu.org>
@ 2024-02-21 16:37 ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-21 16:46 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-02-21 16:37 UTC (permalink / raw)
To: 69304
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-Update-URL-of-the-tree-sitter-lua-grammar.patch --]
[-- Type: text/x-patch, Size: 2485 bytes --]
From 964dbf812f9ab99e3afc3008498cd1182be06843 Mon Sep 17 00:00:00 2001
From: john muhl <jm@pub.pink>
Date: Wed, 21 Feb 2024 10:14:05 -0600
Subject: [PATCH] ; Update URL of the tree-sitter-lua grammar
* admin/notes/tree-sitter/build-module/build.sh:
* lisp/progmodes/lua-ts-mode.el:
* test/infra/Dockerfile.emba: Use the new URL. (bug#69304)
---
admin/notes/tree-sitter/build-module/build.sh | 2 +-
lisp/progmodes/lua-ts-mode.el | 4 ++--
test/infra/Dockerfile.emba | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/admin/notes/tree-sitter/build-module/build.sh b/admin/notes/tree-sitter/build-module/build.sh
index 969187b7f92..9a567bb094d 100755
--- a/admin/notes/tree-sitter/build-module/build.sh
+++ b/admin/notes/tree-sitter/build-module/build.sh
@@ -43,7 +43,7 @@ grammardir=
org="phoenixframework"
;;
"lua")
- org="MunifTanjim"
+ org="tree-sitter-grammars"
;;
"typescript")
sourcedir="tree-sitter-typescript/typescript/src"
diff --git a/lisp/progmodes/lua-ts-mode.el b/lisp/progmodes/lua-ts-mode.el
index c7f5ac50b04..8bd3db2b75f 100644
--- a/lisp/progmodes/lua-ts-mode.el
+++ b/lisp/progmodes/lua-ts-mode.el
@@ -26,8 +26,8 @@
;; This package provides `lua-ts-mode' which is a major mode for Lua
;; files that uses Tree Sitter to parse the language.
;;
-;; This package is compatible with and tested against the grammar
-;; for Lua found at https://github.com/MunifTanjim/tree-sitter-lua
+;; This package is compatible with and tested against the grammar for
+;; Lua found at https://github.com/tree-sitter-grammars/tree-sitter-lua
;;; Code:
diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index 8e583fade9f..d79072b06b5 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -126,7 +126,7 @@ RUN src/emacs -Q --batch \
(java "https://github.com/tree-sitter/tree-sitter-java") \
(javascript "https://github.com/tree-sitter/tree-sitter-javascript") \
(json "https://github.com/tree-sitter/tree-sitter-json") \
- (lua "https://github.com/MunifTanjim/tree-sitter-lua") \
+ (lua "https://github.com/tree-sitter-grammars/tree-sitter-lua") \
(python "https://github.com/tree-sitter/tree-sitter-python") \
(ruby "https://github.com/tree-sitter/tree-sitter-ruby") \
(tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src") \
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#69304: [PATCH] Update URL of the tree-sitter-lua grammar
2024-02-21 16:37 ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-02-21 16:46 ` Eli Zaretskii
0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2024-02-21 16:46 UTC (permalink / raw)
To: john muhl; +Cc: 69304-done
> Date: Wed, 21 Feb 2024 10:37:04 -0600
> From: john muhl via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
>
> >From 964dbf812f9ab99e3afc3008498cd1182be06843 Mon Sep 17 00:00:00 2001
> From: john muhl <jm@pub.pink>
> Date: Wed, 21 Feb 2024 10:14:05 -0600
> Subject: [PATCH] ; Update URL of the tree-sitter-lua grammar
>
> * admin/notes/tree-sitter/build-module/build.sh:
> * lisp/progmodes/lua-ts-mode.el:
> * test/infra/Dockerfile.emba: Use the new URL. (bug#69304)
Thanks, installed on master, and closing the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-21 16:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 16:23 bug#69304: [PATCH] Update URL of the tree-sitter-lua grammar john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
[not found] ` <handler.69304.B.17085326661277.ack@debbugs.gnu.org>
2024-02-21 16:37 ` john muhl via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-21 16:46 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.