1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Fix tree-sitter build script in admin/notes

* admin/notes/tree-sitter/build-module/README: Add explaination.
* admin/notes/tree-sitter/build-module/build.sh: change
typescript to tsx.
This commit is contained in:
Yuan Fu 2022-10-10 09:14:30 -07:00
parent b6568c1389
commit 861e1fb595
No known key found for this signature in database
GPG key ID: 56E19BC57664A442
2 changed files with 4 additions and 4 deletions

View file

@ -12,6 +12,6 @@ To build all modules at once, run
./batch.sh
This gives you C, JSON, Go, HTML, Javascript, CSS, Python, Typescript,
C#, C++, Rust. More can be added to batch.sh unless it's directory
strucure is not standard.
This gives you C, JSON, Go, HTML, Javascript, CSS, Python, Typescript
(tsx), C# (csharp), C++ (cpp), Rust. More can be added to batch.sh
unless it's directory strucure is not standard.

View file

@ -25,7 +25,7 @@ cd "tree-sitter-${lang}/src"
if [ "${lang}" == "typescript/tsx" ]
then
lang="typescript"
lang="tsx"
fi
# Build.