From 84399f01a4a01148b8e622a586462da558327634 Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Wed, 18 Oct 2023 10:56:59 +0100 Subject: [PATCH] Tell VSCode to use django-html syntax higlighting for HTML templates --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 01044939c..873998136 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,7 +18,7 @@ }, "files.associations": { "**/*.html": "html", - "**/templates/**/*.html": "jinja-html", + "**/templates/**/*.html": "django-html", "**/templates/**/*.md": "jinja-md", "**/templates/**/*": "django-txt", "**/requirements{/**,*}.{txt,in}": "pip-requirements"