mark2web/.vscode/settings.json

5 lines
82 B
JSON
Raw Normal View History

2019-02-12 20:32:40 +01:00
{
"files.associations": {
2019-02-14 13:46:33 +01:00
"**/templates/*.html": "django-html"
2019-02-12 20:32:40 +01:00
}
}