aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/notes/tree-sitter/build-module/batch.sh1
-rwxr-xr-xadmin/notes/tree-sitter/build-module/build.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/admin/notes/tree-sitter/build-module/batch.sh b/admin/notes/tree-sitter/build-module/batch.sh
index 8b0072782e8..1d4076564dc 100755
--- a/admin/notes/tree-sitter/build-module/batch.sh
+++ b/admin/notes/tree-sitter/build-module/batch.sh
@@ -8,6 +8,7 @@ languages=(
8 'css' 8 'css'
9 'c-sharp' 9 'c-sharp'
10 'dockerfile' 10 'dockerfile'
11 'elixir'
11 'go' 12 'go'
12 'go-mod' 13 'go-mod'
13 'heex' 14 'heex'
diff --git a/admin/notes/tree-sitter/build-module/build.sh b/admin/notes/tree-sitter/build-module/build.sh
index 78ecfb5bc82..0832875168b 100755
--- a/admin/notes/tree-sitter/build-module/build.sh
+++ b/admin/notes/tree-sitter/build-module/build.sh
@@ -31,6 +31,9 @@ case "${lang}" in
31 "cmake") 31 "cmake")
32 org="uyha" 32 org="uyha"
33 ;; 33 ;;
34 "elixir")
35 org="elixir-lang"
36 ;;
34 "go-mod") 37 "go-mod")
35 # The parser is called "gomod". 38 # The parser is called "gomod".
36 lang="gomod" 39 lang="gomod"