]> git.ipfire.org Git - thirdparty/jinja.git/commit
Add initial support for block statements antlr-grammar
authorKevin <github@kevin-brown.com>
Tue, 21 May 2024 21:05:47 +0000 (17:05 -0400)
committerKevin <github@kevin-brown.com>
Tue, 21 May 2024 21:05:47 +0000 (17:05 -0400)
commit36d3d4214c3d0cc8cf5b7320cbb796eddf77da6b
tree3796e4d11246f673ebfe987ddc5cb13f8aee90ed
parenteeaeeec591f1fe902315c2e07f9aabfd34f74c11
Add initial support for block statements

We needed to add `end` versions of the block identifiers or else the
lexer would identify them as generic tokens.
grammar/JinjaGrammar.g4
grammar/JinjaLexer.g4