Skip to content

Commit

Permalink
chore: deduplicate a bit of grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
nlopes committed Feb 6, 2025
1 parent 3af7bf9 commit ebde5e9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions acdc-parser/grammar/inlines.pest
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
inlines = {
(
non_plain_text |
attrlist? ~ plain_text
)+
}
inlines = { inlines_inner }

inlines_inner = _{
(
Expand Down

0 comments on commit ebde5e9

Please sign in to comment.