Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
smallshen committed Nov 11, 2023
1 parent 62bb7dc commit 38f7658
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
14 changes: 14 additions & 0 deletions print_release_info.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import {build_info} from "./build_info.ts";


build_info.repositories.slice(1).forEach((r) => {
const language = r
.split("/")
.findLast(() => true)!
.split(".")[0]
.split("-")
.slice(2)
.join("-")

console.log(`- [${language}](${r})`)
})
54 changes: 53 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
# Prebuilt binaries for tree-sitter

Prebuilt binaries for tree-sitter and tree-sitter languages
Prebuilt binaries for tree-sitter and tree-sitter languages


## Languages
- [capnp](https://github.com/amaanq/tree-sitter-capnp.git)
- [c](https://github.com/tree-sitter/tree-sitter-c.git)
- [cpp](https://github.com/tree-sitter/tree-sitter-cpp.git)
- [c-sharp](https://github.com/tree-sitter/tree-sitter-c-sharp.git)
- [clojure](https://github.com/sogaiu/tree-sitter-clojure.git)
- [cmake](https://github.com/uyha/tree-sitter-cmake.git)
- [css](https://github.com/tree-sitter/tree-sitter-css.git)
- [dart](https://github.com/UserNobody14/tree-sitter-dart.git)
- [dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile.git)
- [dot](https://github.com/rydesun/tree-sitter-dot.git)
- [elixir](https://github.com/elixir-lang/tree-sitter-elixir)
- [erlang](https://github.com/WhatsApp/tree-sitter-erlang.git)
- [formula](https://github.com/siraben/tree-sitter-formula)
- [fortran](https://github.com/stadelmanma/tree-sitter-fortran.git)
- [gitattributes](https://github.com/ObserverOfTime/tree-sitter-gitattributes.git)
- [gitignore](https://github.com/shunsambongi/tree-sitter-gitignore.git)
- [glsl](https://github.com/theHamsta/tree-sitter-glsl.git)
- [go](https://github.com/tree-sitter/tree-sitter-go.git)
- [graphql](https://github.com/bkegley/tree-sitter-graphql.git)
- [haskell](https://github.com/tree-sitter/tree-sitter-haskell.git)
- [html](https://github.com/tree-sitter/tree-sitter-html.git)
- [java](https://github.com/tree-sitter/tree-sitter-java.git)
- [json5](https://github.com/Joakker/tree-sitter-json5.git)
- [json](https://github.com/tree-sitter/tree-sitter-json.git)
- [julia](https://github.com/tree-sitter/tree-sitter-julia.git)
- [kotlin](https://github.com/fwcd/tree-sitter-kotlin.git)
- [latex](https://github.com/latex-lsp/tree-sitter-latex.git)
- [lua](https://github.com/Azganoth/tree-sitter-lua.git)
- [markdown](https://github.com/MDeiml/tree-sitter-markdown.git)
- [nix](https://github.com/nix-community/tree-sitter-nix.git)
- [objc](https://github.com/jiyee/tree-sitter-objc.git)
- [ocaml](https://github.com/tree-sitter/tree-sitter-ocaml.git)
- [pascal](https://github.com/Isopod/tree-sitter-pascal.git)
- [php](https://github.com/tree-sitter/tree-sitter-php.git)
- [proto](https://github.com/mitchellh/tree-sitter-proto.git)
- [python](https://github.com/tree-sitter/tree-sitter-python.git)
- [regex](https://github.com/tree-sitter/tree-sitter-regex.git)
- [r](https://github.com/r-lib/tree-sitter-r.git)
- [rust](https://github.com/tree-sitter/tree-sitter-rust.git)
- [scala](https://github.com/tree-sitter/tree-sitter-scala.git)
- [scss](https://github.com/serenadeai/tree-sitter-scss.git)
- [sexp](https://github.com/AbstractMachinesLab/tree-sitter-sexp.git)
- [sqlite](https://github.com/dhcmrlchtdj/tree-sitter-sqlite.git)
- [svelte](https://github.com/Himujjal/tree-sitter-svelte.git)
- [toml](https://github.com/ikatyang/tree-sitter-toml.git)
- [wasm](https://github.com/wasm-lsp/tree-sitter-wasm.git)
- [wgsl](https://github.com/mehmetoguzderin/tree-sitter-wgsl.git)
- [zig](https://github.com/maxxnino/tree-sitter-zig.git)
- [typescript](https://github.com/tree-sitter/tree-sitter-typescript.git)

0 comments on commit 38f7658

Please sign in to comment.