Skip to content

Commit

Permalink
Import cspell-dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Dec 10, 2024
1 parent 519331d commit 66e6a7a
Showing 1 changed file with 26 additions and 31 deletions.
57 changes: 26 additions & 31 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,28 @@
{
"version": "0.2",
"language": "en",

"words": [
"RSAT"
],

"ignoreWords": [
"stefanzweifel",
"diffy"
],

"flagWords": [
"yeet",
"rizz"
],

"patterns": [
{
"name": "ALL-CAPS-WORDS",
"pattern": "/\b[A-Z0-9]+\b/g",
"description": "Any word in ALL CAPS."
}
],

"ignoreRegExpList": [
"ALL-CAPS-WORDS",
"Email",
"github.com/",
"@"
]
"import": [
"@cspell/dict-powershell/cspell-ext.json",
"@cspell/dict-csharp/cspell-ext.json"
],
"version": "0.2",
"language": "en",
"words": [
"RSAT"
],
"ignoreWords": [
"stefanzweifel",
"diffy"
],
"patterns": [
{
"name": "ALL-CAPS-WORDS",
"pattern": "/\b[A-Z0-9]+\b/g",
"description": "Any word in ALL CAPS."
}
],
"ignoreRegExpList": [
"ALL-CAPS-WORDS",
"Email",
"github.com/",
"@"
]
}

0 comments on commit 66e6a7a

Please sign in to comment.