Add possible space before context parenthesis

This commit is contained in:
Mathieu Darse
2015-03-26 13:39:21 +01:00
parent 4a41234a71
commit b724998043

View File

@@ -58,7 +58,7 @@ bracketed_text:
text:
string_keyword_symbol()
( <space>? string_keyword_symbol() )*
context()?
( ::space::? context() )?
string_keyword_symbol:
string()