docs: indicate that dashes are not permitted in parser names

This commit is contained in:
Will Lillis 2026-03-10 01:31:59 -04:00
parent 30ed8da439
commit 30d9c675a4

View file

@ -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