Open bobbwest opened 1 year ago
Jinja allows you to put the name of the block after the end tag for better readability: https://jinja.palletsprojects.com/en/latest/templates/#named-block-end-tags
This change adds regexs to allow for a name after endblock. No checking is done to match the corresponding block and endblock names.
endblock
block
Fixes https://github.com/samuelcolvin/jinjahtml-vscode/issues/136
Jinja allows you to put the name of the block after the end tag for better readability: https://jinja.palletsprojects.com/en/latest/templates/#named-block-end-tags
This change adds regexs to allow for a name after
endblock
. No checking is done to match the correspondingblock
andendblock
names.Fixes https://github.com/samuelcolvin/jinjahtml-vscode/issues/136