diff options
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/notes/tree-sitter/build-module/batch.sh | 2 | ||||
| -rwxr-xr-x | admin/notes/tree-sitter/build-module/build.sh | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/admin/notes/tree-sitter/build-module/batch.sh b/admin/notes/tree-sitter/build-module/batch.sh index 58272c74549..1d4076564dc 100755 --- a/admin/notes/tree-sitter/build-module/batch.sh +++ b/admin/notes/tree-sitter/build-module/batch.sh | |||
| @@ -8,8 +8,10 @@ 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' |
| 14 | 'heex' | ||
| 13 | 'html' | 15 | 'html' |
| 14 | 'javascript' | 16 | 'javascript' |
| 15 | 'json' | 17 | 'json' |
diff --git a/admin/notes/tree-sitter/build-module/build.sh b/admin/notes/tree-sitter/build-module/build.sh index 9dc674237ca..0832875168b 100755 --- a/admin/notes/tree-sitter/build-module/build.sh +++ b/admin/notes/tree-sitter/build-module/build.sh | |||
| @@ -31,11 +31,17 @@ 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" |
| 37 | org="camdencheek" | 40 | org="camdencheek" |
| 38 | ;; | 41 | ;; |
| 42 | "heex") | ||
| 43 | org="phoenixframework" | ||
| 44 | ;; | ||
| 39 | "typescript") | 45 | "typescript") |
| 40 | sourcedir="tree-sitter-typescript/typescript/src" | 46 | sourcedir="tree-sitter-typescript/typescript/src" |
| 41 | grammardir="tree-sitter-typescript/typescript" | 47 | grammardir="tree-sitter-typescript/typescript" |