]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix tree-sitter build script in admin/notes
authorYuan Fu <casouri@gmail.com>
Mon, 10 Oct 2022 16:14:30 +0000 (09:14 -0700)
committerYuan Fu <casouri@gmail.com>
Mon, 10 Oct 2022 16:14:30 +0000 (09:14 -0700)
* admin/notes/tree-sitter/build-module/README: Add explaination.
* admin/notes/tree-sitter/build-module/build.sh: change
typescript to tsx.

admin/notes/tree-sitter/build-module/README
admin/notes/tree-sitter/build-module/build.sh

index ee6076c119cb53e3e68d1d86e0e6aa5a9b0597f5..d205661e6c331ccc403b7f6677f3327c1da8975a 100644 (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.
\ No newline at end of file
+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.
\ No newline at end of file
index 16792d05cbbe53f14c53e2c1dbe0f1937440c85a..102ab310fa04e7aed84522ec591d14e6c8724fd3 100755 (executable)
@@ -25,7 +25,7 @@ cd "tree-sitter-${lang}/src"
 
 if [ "${lang}" == "typescript/tsx" ]
 then
-    lang="typescript"
+    lang="tsx"
 fi
 
 # Build.