mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Split grammar quinary section
This commit is contained in:
@@ -43,7 +43,11 @@ collection_filter:
|
||||
::collection:: ::colon:: string()
|
||||
|
||||
quinary:
|
||||
( group() #group | term() ) ( ::space:: ::in:: ::space:: string() #in )?
|
||||
senary() ( ::space:: ::in:: ::space:: string() #in )?
|
||||
|
||||
senary:
|
||||
group() #group
|
||||
| term()
|
||||
|
||||
group:
|
||||
::space::? ::parenthese_:: primary() ::_parenthese:: ::space::?
|
||||
|
Reference in New Issue
Block a user