Skip to content

Commit

Permalink
Removing README.md segment that is no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Oct 31, 2023
1 parent 19f0369 commit f363267
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,6 @@ To use in your own Maven project, include the following in your POM file:
</dependency>
```

## Adding a grammar

To add a new grammar, first create a submodule in the repository root:

```shell
git submodule add https://github.com/{{owner}}/tree-sitter-{{language}}.git tree-sitter-{{language}}
```

Once finished, check out the release whose version is **less than or equal** to the current `tree-sitter` release:
```shell
(cd tree-sitter-{{language}} && git checkout {{version}})
```

## Example usage

First, load the shared object somewhere in your application:
Expand Down

0 comments on commit f363267

Please sign in to comment.