Skip to content

Commit

Permalink
Tell VSCode to use django-html syntax higlighting for HTML templates
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino committed Oct 18, 2023
1 parent ec2569b commit 84399f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 84399f0

Please sign in to comment.