diff options
| author | john muhl | 2024-02-21 10:14:05 -0600 |
|---|---|---|
| committer | Eli Zaretskii | 2024-02-21 18:45:46 +0200 |
| commit | 35d99b1ec7c56d4a5c09af36e6bbd7f0f959cccc (patch) | |
| tree | df3c198fa9dd4debb40cc8df6f1624c2646bf6ce /admin/notes | |
| parent | 88abbf00af69cf7e5f36e318e6935f7d1500af7f (diff) | |
| download | emacs-35d99b1ec7c56d4a5c09af36e6bbd7f0f959cccc.tar.gz emacs-35d99b1ec7c56d4a5c09af36e6bbd7f0f959cccc.zip | |
; 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/notes')
| -rwxr-xr-x | admin/notes/tree-sitter/build-module/build.sh | 2 |
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 | |||
| 43 | org="phoenixframework" | 43 | org="phoenixframework" |
| 44 | ;; | 44 | ;; |
| 45 | "lua") | 45 | "lua") |
| 46 | org="MunifTanjim" | 46 | org="tree-sitter-grammars" |
| 47 | ;; | 47 | ;; |
| 48 | "typescript") | 48 | "typescript") |
| 49 | sourcedir="tree-sitter-typescript/typescript/src" | 49 | sourcedir="tree-sitter-typescript/typescript/src" |