Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bonede committed Nov 24, 2024
1 parent 76c2f13 commit c17e0c5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Add dependencies to your `build.gradle` or `pom.xml`.
// Gradle
dependencies {
// add tree sitter
implementation 'io.github.bonede:tree-sitter:0.24.3'
implementation 'io.github.bonede:tree-sitter:0.24.4'
// add json parser
implementation 'io.github.bonede:tree-sitter-json:0.23.0'
implementation 'io.github.bonede:tree-sitter-json:0.24.8'
}
```

Expand All @@ -24,13 +24,13 @@ dependencies {
<dependency>
<groupId>io.github.bonede</groupId>
<artifactId>tree-sitter</artifactId>
<version>0.24.3</version>
<version>0.24.4</version>
</dependency>
<!-- add json parser -->
<dependency>
<groupId>io.github.bonede</groupId>
<artifactId>tree-sitter-json</artifactId>
<version>0.23.0</version>
<version>0.24.8</version>
</dependency>
</dpendencies>
```
Expand Down Expand Up @@ -246,3 +246,6 @@ You can edit the `build.gradle` to customize the native library build process.
# run tests
./gradlew tree-sitter-<parser name>:test
```

# TODO
- [ ] Utilize test cases in parser's repository

0 comments on commit c17e0c5

Please sign in to comment.