diff --git a/.gitignore b/.gitignore index 6e3d7f7..9e32a53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ output/ __pycache__/ +*.code-workspace content/pages/termine.md lighttpd.conf newsletter.sqlite @@ -8,4 +9,3 @@ config.dev.ini config.prod.ini events.ini deploy.conf -t-r.de.code-workspace diff --git a/t-r.de.code-workspace b/t-r.de.code-workspace index 876a149..6a7de84 100644 --- a/t-r.de.code-workspace +++ b/t-r.de.code-workspace @@ -4,5 +4,9 @@ "path": "." } ], - "settings": {} + "settings": { + "files.associations": { + "*.html": "jinja-html" + } + } } \ No newline at end of file