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
Currently the endblock tags are not matched if they contain a name.
endblock
I've created a pull request to add this support: https://github.com/samuelcolvin/jinjahtml-vscode/pull/135
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
Currently the
endblock
tags are not matched if they contain a name.I've created a pull request to add this support: https://github.com/samuelcolvin/jinjahtml-vscode/pull/135