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:
parent
b6568c1389
commit
861e1fb595
2 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
@ -25,7 +25,7 @@ cd "tree-sitter-${lang}/src"
|
|||
|
||||
if [ "${lang}" == "typescript/tsx" ]
|
||||
then
|
||||
lang="typescript"
|
||||
lang="tsx"
|
||||
fi
|
||||
|
||||
# Build.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue