Skip to content

bobqianic/tree-sitter-wasms-roo

Repository files navigation

CI npm

tree-sitter-wasms-roo

Prebuilt WASM Binaries of tree-sitter's Language Parsers for Roo Code. Forked from https://github.com/Gregoor/tree-sitter-wasms

Installation

pnpm add tree-sitter-wasms
# or
yarn add tree-sitter-wasms
# or
npm install tree-sitter-wasms

Usage

import treeSitterRust from "tree-sitter-wasms-roo/out/tree-sitter-rust.wasm"
parser.setLanguage(treeSitterCpp);

Supported Languages

Language
c
c-sharp
cpp
go
java
julia
javascript
kotlin
lua
php
python
ruby
rust
swift
typescript

Add Languages

We welcome everyone to contribute! If you find a new tree-sitter parser, please create a PR. However, be aware that combining multiple parsers can be challenging. Currently, to add a new parser, it must meet ALL of the following criteria:

Important

  1. The parser is open-source on GitHub (not on a private GitLab).
  2. The parser is actively maintained.
  3. The version provided uses tree-sitter 0.21.x.
  4. The version provided includes a tree-sitter.json file.

About

Prebuilt WASM Binaries of tree-sitter's Language Parsers for Roo Code

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published