summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorjohn muhl <jm@pub.pink>2024-02-21 10:14:05 -0600
committerEli Zaretskii <eliz@gnu.org>2024-02-21 18:45:46 +0200
commit35d99b1ec7c56d4a5c09af36e6bbd7f0f959cccc (patch)
treedf3c198fa9dd4debb40cc8df6f1624c2646bf6ce /admin
parent88abbf00af69cf7e5f36e318e6935f7d1500af7f (diff)
downloademacs-35d99b1ec7c56d4a5c09af36e6bbd7f0f959cccc.tar.gz
; 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)
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/notes/tree-sitter/build-module/build.sh2
1 files changed, 1 insertions, 1 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 @@ case "${lang}" in
org="phoenixframework"
;;
"lua")
- org="MunifTanjim"
+ org="tree-sitter-grammars"
;;
"typescript")
sourcedir="tree-sitter-typescript/typescript/src"