diff options
| author | Po Lu | 2023-03-13 07:52:08 +0800 |
|---|---|---|
| committer | Po Lu | 2023-03-13 07:52:08 +0800 |
| commit | a517c24697d080475e2d531c8ce1d433aa44a9c6 (patch) | |
| tree | 057e84aa396d4b2266d5ff007d23265727d633f4 /admin | |
| parent | 08a3749794b8e6c1b3db882ee15e3e91f3700414 (diff) | |
| parent | 75f04848a653e70f12f0e5a62b756c5bba0dd204 (diff) | |
| download | emacs-a517c24697d080475e2d531c8ce1d433aa44a9c6.tar.gz emacs-a517c24697d080475e2d531c8ce1d433aa44a9c6.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
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" |