From 32885f80d1a5515aeebb16f40a511a413d719fb8 Mon Sep 17 00:00:00 2001 From: Mathieu Darse Date: Thu, 26 Mar 2015 20:19:03 +0100 Subject: [PATCH] Allow spaces between context parenthesis --- grammar/query.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammar/query.pp b/grammar/query.pp index 3a534c7b13..e23b447c9c 100644 --- a/grammar/query.pp +++ b/grammar/query.pp @@ -70,7 +70,7 @@ string_keyword_symbol: | symbol() #context: - ::parenthese_:: string()+ ::_parenthese:: + ::parenthese_:: ::space::? string()+ ::space::? ::_parenthese:: string: