Public Access
1
0

add VS Code settings for HTML suggestions and Emmet language support

This commit is contained in:
2025-08-12 20:06:59 -04:00
parent a219038260
commit f0c184905c

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"html.suggest.html5": true,
"emmet.includeLanguages": {
"njk": "html",
"nunjucks": "html"
}
}