missed some entries in the last commits

This commit is contained in:
Trilarion
2020-09-04 17:12:58 +02:00
parent 82cddf09e0
commit ba30bdcc82
47 changed files with 104 additions and 130 deletions

View File

@ -1,7 +1,6 @@
start: title _EL description _EL property+ _EL (note)? building
start: title _EL property+ _EL (note)? building
title: "#" /(?! ).+(?<! )/ _NL // not starting or ending with a space
description: "_" /(?! ).+(?<![ _])/ "_" _NL // single line not ending with underscore
property: "-" _key ":" _values _NL
_key : /(?! ).+?(?=:)(?<! )/ // key: everything until next ":", not beginning or ending with a space
_values : [_value ("," _value)*]