diff --git a/spec/message.ebnf b/spec/message.ebnf index 90af4b2328..99fae744e2 100644 --- a/spec/message.ebnf +++ b/spec/message.ebnf @@ -10,7 +10,7 @@ VariantKey ::= Literal | Nmtoken | '*' Pattern ::= '{' (Text | Placeholder)* '}' /* ws: explicit */ /* Placeholders */ -Placeholder ::= '{' (Expression | Markup | MarkupEnd)? '}' +Placeholder ::= '{' (Expression | Markup | MarkupEnd) '}' /* Expressions */ Expression ::= Operand Annotation? | Annotation