enable spell checking and fix some spelling errors

This commit is contained in:
2024-04-15 09:14:00 +02:00
parent a47b17eaa8
commit 55f5fb24bf
6 changed files with 59 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
Longtail
Nimue
Nael
Täschi
+1
View File
@@ -0,0 +1 @@
{"rule":"KOMMA_ZWISCHEN_HAUPT_UND_NEBENSATZ","sentence":"^\\QStromausfall morgens beim Frühstück und man bekommt keinen Kaffee ist allerdings schon nah an Folter.\\E$"}
+48
View File
@@ -0,0 +1,48 @@
{
"cSpell.language": "de,de-DE",
"cSpell.enableFiletypes": [
"!asciidoc",
"!c",
"!cpp",
"!csharp",
"!css",
"!elixir",
"!erlang",
"!git-commit",
"!go",
"!graphql",
"!handlebars",
"!haskell",
"!html",
"!jade",
"!java",
"!javascript",
"!javascriptreact",
"!json",
"!jsonc",
"!jupyter",
"!latex",
"!less",
"!php",
"!plaintext",
"!pug",
"!python",
"!restructuredtext",
"!rust",
"!scala",
"!scminput",
"!scss",
"!swift",
"!text",
"!typescript",
"!typescriptreact",
"!vue",
"!yaml",
"!yml"
],
"cSpell.words": [
"Nael",
"Nimue",
"Täschi"
]
}