Revert "feat: allow - in grammar names"

This reverts commit 7d3c321253.

(cherry picked from commit 30ed8da439)
This commit is contained in:
Will Lillis 2026-03-10 01:25:47 -04:00 committed by Christian Clason
parent 8e87144b61
commit 365b1f0f91

View file

@ -13,7 +13,7 @@
"name": {
"type": "string",
"description": "The name of the grammar.",
"pattern": "^[a-z0-9_-]+$"
"pattern": "^[a-z0-9_]+$"
},
"camelcase": {
"type": "string",