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 /test | |
| 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 'test')
| -rw-r--r-- | test/infra/Dockerfile.emba | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
| 126 | (java "https://github.com/tree-sitter/tree-sitter-java") \ | 126 | (java "https://github.com/tree-sitter/tree-sitter-java") \ |
| 127 | (javascript "https://github.com/tree-sitter/tree-sitter-javascript") \ | 127 | (javascript "https://github.com/tree-sitter/tree-sitter-javascript") \ |
| 128 | (json "https://github.com/tree-sitter/tree-sitter-json") \ | 128 | (json "https://github.com/tree-sitter/tree-sitter-json") \ |
| 129 | (lua "https://github.com/MunifTanjim/tree-sitter-lua") \ | 129 | (lua "https://github.com/tree-sitter-grammars/tree-sitter-lua") \ |
| 130 | (python "https://github.com/tree-sitter/tree-sitter-python") \ | 130 | (python "https://github.com/tree-sitter/tree-sitter-python") \ |
| 131 | (ruby "https://github.com/tree-sitter/tree-sitter-ruby") \ | 131 | (ruby "https://github.com/tree-sitter/tree-sitter-ruby") \ |
| 132 | (tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src") \ | 132 | (tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src") \ |