Skip to content

Commit

Permalink
resolve Ambiguous Alternatives in info.langium
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Aug 16, 2023
1 parent 412e27e commit f706f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/src/language/info/info.langium
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ interface Info extends Common {
entry Info returns Info:
NEWLINE*
"info" NEWLINE*
"showInfo"? NEWLINE*
("showInfo" NEWLINE*)?
TitleAndAccessibilities?
;

0 comments on commit f706f77

Please sign in to comment.