From 092bb26a7bd271e1200d263f174edfd373182bc4 Mon Sep 17 00:00:00 2001 From: Nicolas Abril Date: Wed, 15 May 2024 00:32:50 +0200 Subject: [PATCH] Update dictionary --- cspell.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/cspell.json b/cspell.json index 68d56b75..019b195f 100644 --- a/cspell.json +++ b/cspell.json @@ -100,6 +100,17 @@ "walkdir", "wopts" ], - "files": ["**/*.rs", "**/*.md"], - "ignoreRegExpList": ["HexValues", "/λ/g", "/-O/g"] -} + "files": [ + "**/*.rs", + "**/*.md" + ], + "ignoreRegExpList": [ + "HexValues", + "/λ/g", + "/-O/g", + "/`.`/g", + "/`..`/g", + "/`...`/g", + "/`....`/g" + ] +} \ No newline at end of file