tree-sitter-wasms-roo
v0.1.13
Published
Prebuilt WASM Binaries of Tree-sitter's Language Parsers for Roo Code
Readme
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-wasmsUsage
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]
- The parser is open-source on GitHub (not on a private GitLab).
- The parser is actively maintained.
- The version provided uses tree-sitter
0.21.x.- The version provided includes a
tree-sitter.jsonfile.
