update inbox list
This commit is contained in:
8
vendor/scrivo/highlight.php/test/detect/bnf/default.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/detect/bnf/default.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<syntax> ::= <rule> | <rule> <syntax>
|
||||
<rule> ::= <opt-whitespace> "<" <rule-name> ">" <opt-whitespace> "::=" <opt-whitespace> <expression> <line-end>
|
||||
<opt-whitespace> ::= " " <opt-whitespace> | ""
|
||||
<expression> ::= <list> | <list> <opt-whitespace> "|" <opt-whitespace> <expression>
|
||||
<line-end> ::= <opt-whitespace> <EOL> | <line-end> <line-end>
|
||||
<list> ::= <term> | <term> <opt-whitespace> <list>
|
||||
<term> ::= <literal> | "<" <rule-name> ">"
|
||||
<literal> ::= '"' <text> '"' | "'" <text> "'"
|
||||
Reference in New Issue
Block a user