]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update URL of the tree-sitter-lua grammar
authorjohn muhl <jm@pub.pink>
Wed, 21 Feb 2024 16:14:05 +0000 (10:14 -0600)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:38:33 +0000 (18:38 +0100)
* admin/notes/tree-sitter/build-module/build.sh:
* lisp/progmodes/lua-ts-mode.el:
* test/infra/Dockerfile.emba: Use the new URL.  (bug#69304)

(cherry picked from commit 35d99b1ec7c56d4a5c09af36e6bbd7f0f959cccc)

admin/notes/tree-sitter/build-module/build.sh
lisp/progmodes/lua-ts-mode.el
test/infra/Dockerfile.emba

index 969187b7f9244e25483fda8a063c564e601e006b..9a567bb094ddd506d940f1632caa531258116530 100755 (executable)
@@ -43,7 +43,7 @@ case "${lang}" in
         org="phoenixframework"
         ;;
     "lua")
-        org="MunifTanjim"
+        org="tree-sitter-grammars"
         ;;
     "typescript")
         sourcedir="tree-sitter-typescript/typescript/src"
index c7f5ac50b042245966f302b9cf6560d75bad0471..8bd3db2b75f181ae6f3764cbf651c912f465d448 100644 (file)
@@ -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:
 
index 8e583fade9f31932a637002147c380a703b5dc20..d79072b06b5e904e887b878b8b42bfbc03576f22 100644 (file)
@@ -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") \