From f363267bd05b8d1f496ef07820809e703fff951b Mon Sep 17 00:00:00 2001 From: dabico Date: Tue, 31 Oct 2023 15:00:02 +0100 Subject: [PATCH] Removing README.md segment that is no longer relevant --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index a82b1b3d..3d9c85d1 100644 --- a/README.md +++ b/README.md @@ -68,19 +68,6 @@ To use in your own Maven project, include the following in your POM file: ``` -## 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: