mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
docs(init): fix broken link
This commit is contained in:
parent
b23c9fceb7
commit
49dd7b4079
|
|
@ -19,7 +19,7 @@ the `init` command will prompt the user for the required fields. See [below](./i
|
|||
the full documentation of the structure of this file.
|
||||
- `package.json` - The `npm` manifest for the parser. This file is required for some `tree-sitter` subcommands, and if the
|
||||
grammar has dependencies (e.g., another published base grammar that this grammar extends).
|
||||
- `grammar.js` - An empty template for the main grammar file; see [the section on creating parsers](../2-creating-parser).
|
||||
- `grammar.js` - An empty template for the main grammar file; see [the section on creating parsers](../creating-parsers).
|
||||
|
||||
### Language bindings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue