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