summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-15 21:13:13 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-15 21:13:13 +0100
commitfa70076974b5f9ed21438946fb6a1a8bf76b7c5a (patch)
treef6bb20b15fde5eec55dd757e6191cfb13a26d172 /admin
parentdb69249b761a80158c1469b2a169d6f5c8509ae1 (diff)
parentfafcf02c856ef8fd712ff75e8999dfb0f6d97f07 (diff)
downloademacs-fa70076974b5f9ed21438946fb6a1a8bf76b7c5a.tar.gz
Merge from origin/emacs-29
fafcf02c856 Fix syntax tables of tree-sitter modes (bug#59807) 91b8d9b7db4 ; * admin/notes/tree-sitter/build-module/build.sh: Minor ... 1b0e282a7f8 ; Comment and stylistic change in treesit.el 489b02d03cf * doc/misc/Makefile.in (need_emacsver): Add use-package.
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/notes/tree-sitter/build-module/build.sh8
1 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 d020ee92c39..4195ea58c3c 100755
--- a/admin/notes/tree-sitter/build-module/build.sh
+++ b/admin/notes/tree-sitter/build-module/build.sh
@@ -14,17 +14,17 @@ echo "Building ${lang}"
### Retrieve sources
-namespace="tree-sitter"
+org="tree-sitter"
repo="tree-sitter-${lang}"
sourcedir="tree-sitter-${lang}/src"
grammardir="tree-sitter-${lang}"
case "${lang}" in
"dockerfile")
- namespace="camdencheek"
+ org="camdencheek"
;;
"cmake")
- namespace="uyha"
+ org="uyha"
;;
"typescript")
sourcedir="tree-sitter-typescript/typescript/src"
@@ -37,7 +37,7 @@ case "${lang}" in
;;
esac
-git clone "https://github.com/${namespace}/${repo}.git" \
+git clone "https://github.com/${org}/${repo}.git" \
--depth 1 --quiet
cp "${grammardir}"/grammar.js "${sourcedir}"
# We have to go into the source directory to compile, because some