1
Fork 0

Add Nunjucks templates file association.

This commit is contained in:
Bauke 2022-09-30 13:40:22 +02:00
parent 4278ac6773
commit 3a17571bdd
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
"extensions.ignoreRecommendations": true,
/* VS Code files settings. */
"files.associations": {
"*.njk": "html",
"*.sql": "sql",
"*.yml": "yaml"
},