From 3193ef8df85c08a504a75fd9105283c3bf0d3f14 Mon Sep 17 00:00:00 2001 From: Esoteric Enderman Date: Sat, 7 Dec 2024 17:18:04 +0000 Subject: [PATCH] Add more words to spell checker --- .vscode/settings.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index a71159d..3d6a09b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,10 +8,30 @@ "editor.detectIndentation": false }, "cSpell.words": [ + "alnum", + "appname", + "bukkit", "Bukkit", + "CDPATH", + "classpath", + "CLASSPATH", + "cygpath", + "darwin", + "Dorg", "enderman", "Enderman", + "JAVACMD", + "jpenilla", + "kebabcase", + "metacharacter", "minecraft", + "msys", + "papermc", + "pascalcase", + "resourcefactory", + "shellness", + "snakecase", + "userdev", "xlink" ] } \ No newline at end of file