Skip to content

Commit f363267

Browse files
committed
Removing README.md segment that is no longer relevant
1 parent 19f0369 commit f363267

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,6 @@ To use in your own Maven project, include the following in your POM file:
6868
</dependency>
6969
```
7070

71-
## Adding a grammar
72-
73-
To add a new grammar, first create a submodule in the repository root:
74-
75-
```shell
76-
git submodule add https://github.com/{{owner}}/tree-sitter-{{language}}.git tree-sitter-{{language}}
77-
```
78-
79-
Once finished, check out the release whose version is **less than or equal** to the current `tree-sitter` release:
80-
```shell
81-
(cd tree-sitter-{{language}} && git checkout {{version}})
82-
```
83-
8471
## Example usage
8572

8673
First, load the shared object somewhere in your application:

0 commit comments

Comments
 (0)