From 3bd838e73f715f386594fa4d417b292cc9cfc37c Mon Sep 17 00:00:00 2001 From: Juliet Boyd <5061312+julietrb1@users.noreply.github.com> Date: Wed, 26 Nov 2025 12:54:59 +1100 Subject: [PATCH] Ignore hash links when checking spelling --- cspell.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cspell.json b/cspell.json index 63b71f7fea..31bcf6bcaf 100644 --- a/cspell.json +++ b/cspell.json @@ -21,6 +21,9 @@ "utilization->use", "whilst->while" ], + "ignoreRegExpList": [ + "/\\{#(\\w|-)+\\}/g" + ], "suggestWords": [ "allow->let", "allowing->letting",