File tree Expand file tree Collapse file tree 1 file changed +26
-31
lines changed Expand file tree Collapse file tree 1 file changed +26
-31
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.2" ,
3
- "language" : " en" ,
4
-
5
- "words" : [
6
- " RSAT"
7
- ],
8
-
9
- "ignoreWords" : [
10
- " stefanzweifel" ,
11
- " diffy"
12
- ],
13
-
14
- "flagWords" : [
15
- " yeet" ,
16
- " rizz"
17
- ],
18
-
19
- "patterns" : [
20
- {
21
- "name" : " ALL-CAPS-WORDS" ,
22
- "pattern" : " /\b [A-Z0-9]+\b /g" ,
23
- "description" : " Any word in ALL CAPS."
24
- }
25
- ],
26
-
27
- "ignoreRegExpList" : [
28
- " ALL-CAPS-WORDS" ,
29
- " Email" ,
30
- " github.com/" ,
31
- " @"
32
- ]
2
+ "import" : [
3
+ " @cspell/dict-powershell/cspell-ext.json" ,
4
+ " @cspell/dict-csharp/cspell-ext.json"
5
+ ],
6
+ "version" : " 0.2" ,
7
+ "language" : " en" ,
8
+ "words" : [
9
+ " RSAT"
10
+ ],
11
+ "ignoreWords" : [
12
+ " stefanzweifel" ,
13
+ " diffy"
14
+ ],
15
+ "patterns" : [
16
+ {
17
+ "name" : " ALL-CAPS-WORDS" ,
18
+ "pattern" : " /\b [A-Z0-9]+\b /g" ,
19
+ "description" : " Any word in ALL CAPS."
20
+ }
21
+ ],
22
+ "ignoreRegExpList" : [
23
+ " ALL-CAPS-WORDS" ,
24
+ " Email" ,
25
+ " github.com/" ,
26
+ " @"
27
+ ]
33
28
}
You can’t perform that action at this time.
0 commit comments