We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be77dbb commit 104e11bCopy full SHA for 104e11b
fluent.ebnf
@@ -46,5 +46,5 @@ call-expression ::= builtin '(' __ arglist? __ ')';
46
arglist ::= argument (__ ',' __ arglist)?;
47
argument ::= expression
48
| keyword-argument;
49
-keyword-argument ::= identifier __ '=' __ quoted-pattern;
+keyword-argument ::= identifier __ ':' __ quoted-pattern;
50
member-expression ::= identifier '[' keyword ']';
0 commit comments