From 52ce8f561143d8342ffea6d124907a335e894ef2 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Mon, 15 Jan 2024 14:56:45 -0500 Subject: [PATCH] Add spelling dictionary --- .vscode/settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a85b452..29b929d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,12 @@ { "cSpell.words": [ + "Aeson", + "axios", + "dhall", + "HLINT", + "jquery", "pandoc", - "photoframe" + "photoframe", + "unrecognised" ] } \ No newline at end of file