diff --git a/.cspell.json b/.cspell.json index 20957cf..588927e 100644 --- a/.cspell.json +++ b/.cspell.json @@ -29,8 +29,8 @@ ], "overrides": [ { - "filename": "**/*.py", - "languageId": "python", + "filename": "**/*.html", + "languageId": "html", }, { "filename": "**/*.yaml", diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{}