]> git.ipfire.org Git - thirdparty/jinja.git/commit
Support list literals for templates
authorKevin <github@kevin-brown.com>
Tue, 21 May 2024 18:45:22 +0000 (14:45 -0400)
committerKevin <github@kevin-brown.com>
Tue, 21 May 2024 18:45:22 +0000 (14:45 -0400)
commit80cd1833a6ea84ac1630fb5dbea9a30c3cda5ff1
tree526c4685f65e84a7711f9feea65b87b4784ff9b1
parentaf3a219111ee18b730b40ee68096ed96b86cc76b
Support list literals for templates

Because lists can be dynamic this needs to be handled in the grammar
instead of in the lexer.
grammar/JinjaGrammar.g4