mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
docs: indicate that dashes are not permitted in parser names
This commit is contained in:
parent
30ed8da439
commit
30d9c675a4
|
|
@ -41,6 +41,10 @@ cd tree-sitter-${LOWER_PARSER_NAME}
|
|||
The `LOWER_` prefix here means the "lowercase" name of the language.
|
||||
```
|
||||
|
||||
```admonish warning
|
||||
Dashes are not permitted via the CLI's `init` command and should not be used in parser names.
|
||||
```
|
||||
|
||||
### Init
|
||||
|
||||
Once you've installed the `tree-sitter` CLI tool, you can start setting up your project, which will allow your parser to
|
||||
|
|
|
|||
Loading…
Reference in a new issue