chore: fix jinja template highlighting in vscode

This commit is contained in:
pimlie 2024-07-09 15:47:19 +02:00
parent 4f21388643
commit cca164f410

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"files.associations": {
"**/templates/*.html": "jinja-html"
}
}