wedding-schedule/.vscode/settings.json

9 lines
141 B
JSON
Raw Permalink Normal View History

2022-06-13 09:28:37 +00:00
{
"files.associations": {
"*.html": "nunjucks"
},
"emmet.includeLanguages": {
"njk": "html",
"nunjucks": "html"
}
}