fix(generate): camel case name in Cargo.toml description
This commit is contained in:
parent
2d652c90a7
commit
4b578a3649
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tree-sitter-PARSER_NAME"
|
||||
description = "PARSER_NAME grammar for tree-sitter"
|
||||
description = "CAMEL_PARSER_NAME grammar for tree-sitter"
|
||||
version = "0.0.1"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue