blog/.vscode/settings.json

6 lines
77 B
JSON
Raw Normal View History

2023-02-08 21:13:11 +00:00
{
"files.associations": {
"**/templates/**/*.html": "jinja-html"
}
}