Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 28edc96

Browse files
committed
docs: update README
1 parent 75baf85 commit 28edc96

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ Android Java bindings for [tree-sitter](https://tree-sitter.github.io/tree-sitte
1010
// main library
1111
implementation 'com.itsaky.androidide:android-tree-sitter:<version>'
1212
13-
// tree-sitter-java
14-
implementation 'com.itsaky.androidide:tree-sitter-java:<version>'
15-
16-
// tree-sitter-python
17-
implementation 'com.itsaky.androidide:tree-sitter-python:<version>'
13+
// grammar libraries
14+
// <language> is the name of the grammar language. e.g. 'java', 'python', 'xml', etc.
15+
implementation 'com.itsaky.androidide:tree-sitter-<language>:<version>'
1816
```
1917

18+
The following grammars have been published to Maven central :
19+
- Java
20+
- JSON
21+
- Kotlin
22+
- Logs (for highlighting logs in AndroidIDE)
23+
- Python
24+
- XML
25+
2026
## Building
2127

2228
### Prerequisites

0 commit comments

Comments
 (0)