Unnamed repository; edit this file 'description' to name the repository.
Merge pull request rust-analyzer/ungrammar#52 from eliben/patch-1
Update ungrammar.ungram with proper labeled rule
Alex Kladov 2023-06-19
parent a974776 · parent f9536e9 · commit dc011a0
-rw-r--r--lib/ungrammar/ungrammar.ungram2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ungrammar/ungrammar.ungram b/lib/ungrammar/ungrammar.ungram
index 6cb4e10fb1..856a6cede0 100644
--- a/lib/ungrammar/ungrammar.ungram
+++ b/lib/ungrammar/ungrammar.ungram
@@ -13,4 +13,4 @@ Rule =
| Rule '?'
| Rule '*'
| '(' Rule ')'
-| label:'ident' ':'
+| label:'ident' ':' Rule