mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
Revert "feat: allow - in grammar names"
This reverts commit7d3c321253. (cherry picked from commit30ed8da439)
This commit is contained in:
parent
8e87144b61
commit
365b1f0f91
|
|
@ -13,7 +13,7 @@
|
|||
"name": {
|
||||
"type": "string",
|
||||
"description": "The name of the grammar.",
|
||||
"pattern": "^[a-z0-9_-]+$"
|
||||
"pattern": "^[a-z0-9_]+$"
|
||||
},
|
||||
"camelcase": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Reference in a new issue