mirror of
https://github.com/sigmasternchen/libparcival
synced 2025-03-15 11:58:53 +00:00
end and render token can be upper case
This commit is contained in:
parent
8b2f83fa75
commit
274cec4d5e
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ output_end "}}"
|
||||||
structure_begin "{#"
|
structure_begin "{#"
|
||||||
structure_end "#}"
|
structure_end "#}"
|
||||||
|
|
||||||
block_end_token "end"
|
block_end_token "end"|"END"
|
||||||
block_end {whitespace}*{block_end_token}{whitespace}*
|
block_end {whitespace}*{block_end_token}{whitespace}*
|
||||||
|
|
||||||
render_token "render"
|
render_token "render"|"RENDER"
|
||||||
|
|
||||||
id [a-zA-Z_][a-zA-Z0-9_]*
|
id [a-zA-Z_][a-zA-Z0-9_]*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue