From 23dc04d2a40f67d421a5b98247ec4268b601b40e Mon Sep 17 00:00:00 2001 From: "Gregory.Shrago" Date: Tue, 18 Oct 2016 22:19:54 +0300 Subject: [PATCH] GK 1.4.3: minor grammar fix --- json/json.bnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/json.bnf b/json/json.bnf index 2e103f41eee8..556052e3a3d0 100644 --- a/json/json.bnf +++ b/json/json.bnf @@ -128,7 +128,7 @@ literal ::= string_literal | number_literal | boolean_literal | null_literal { mixin="com.intellij.json.psi.impl.JsonLiteralMixin" } -fake container ::= object | literal +fake container ::= reference_expression ::= INDENTIFIER