From 8ddc4d8f3b83e7548ac34865c3b919188725f7f5 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Tue, 30 Jan 2024 16:26:14 +0800 Subject: [PATCH] Update grammar definition file (#817) --- grammar.w3c-ebnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammar.w3c-ebnf b/grammar.w3c-ebnf index 9c9497e4..e7147711 100644 --- a/grammar.w3c-ebnf +++ b/grammar.w3c-ebnf @@ -64,7 +64,7 @@ Percentage ::= CompareOperator Space* Numeric '%' (Space+ 'in' Space+ (MyStats | Cover ::= 'cover' Space+ Numeric '%' (Space+ 'in' Space+ (MyStats | Region))? -FeatureSupport ::= 'supports' Space+ ([a-z0-9] | '-')+ +FeatureSupport ::= (('fully' | 'partially') Space+)? 'supports' Space+ ([a-z0-9] | '-')+ Version ::= (Digit | '.')+