mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
root ::= item+
|
||
|
|
||
|
# Excludes various line break characters
|
||
|
item ::= "- " [^\r\n\x0b\x0c\x85\u2028\u2029]+ "\n"
|