Skip to content

Commit 9774929

Browse files
Harshit2405-2004ggazzo
authored andcommitted
chore(message-parser): remove dead HeadingChunk grammar rule
1 parent 8e694ff commit 9774929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/message-parser/src/grammar.pegjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Heading = count:HeadingStart [ \t]+ text:Inline+ { return heading(text, count);
147147

148148
HeadingStart = value:"#" |1..4| { return value.length; }
149149

150-
HeadingChunk = text:$(!EndOfLine .)+ { return plain(text); }
150+
151151

152152
/**
153153
*

0 commit comments

Comments
 (0)