Skip to content

Commit

Permalink
full switch to EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Nov 6, 2023
1 parent 0012d85 commit a2156ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/parser/src/language/common/common.langium
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface Common {
}

fragment TitleAndAccessibilities:
((accDescr=ACC_DESCR | accTitle=ACC_TITLE | title=TITLE) NEWLINE)+
((accDescr=ACC_DESCR | accTitle=ACC_TITLE | title=TITLE) EOL)+
;

fragment EOL returns string:
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/src/language/pie/pie.langium
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ entry Pie:
;

PieSection:
label=PIE_SECTION_LABEL ":" value=PIE_SECTION_VALUE NEWLINE+
label=PIE_SECTION_LABEL ":" value=PIE_SECTION_VALUE EOL
;

terminal PIE_SECTION_LABEL: /"[^"]+"/;
Expand Down

0 comments on commit a2156ee

Please sign in to comment.