forked from ChilliCream/graphql-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcSpell.json
71 lines (71 loc) · 1.53 KB
/
cSpell.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"version": "0.2",
"language": "en",
"words": [
"Blazor",
"BSON",
"Cakepop",
"chillicream",
"Contoso",
"customizability",
"dataloaders",
"discoverability",
"entityframework",
"evolvability",
"fastify",
"fetchable",
"FIPS",
"Hasura",
"hotchocolate",
"jetbrains",
"JWTs",
"Linq",
"microservices",
"middlewares",
"NodaTime",
"OWIN",
"pageable",
"protobuf",
"roadmap",
"runbooks",
"struct",
"Swashbuckle",
"traversion",
"Websockets",
"Newtonsoft"
],
"ignoreWords": [
"Specwise",
"strawberryshake",
"refactorings",
"mercurius",
"Giroux",
"graphyne",
"greendonut",
"Andi",
"aspnetcore",
"bananacakepop",
"Marek",
"Kellner",
"Kydne",
"GraphiQL",
"Tengler",
"Staib",
"shoooe",
"Senn",
"Snapshooter",
"relayjs",
"Rgba",
"Postgraphile",
"Normen"
],
"ignoreRegExpList": [
"\\((.*)\\)", // Markdown links
"```[a-z]*\n[\\s\\S]*?\n```", // Markdown code blocks. h/t https://coderwall.com/p/r6b4xg/regex-to-match-github-s-markdown-code-blocks,
"\\`([^\\`].*?)\\`", // inline code blocks. h/t https://stackoverflow.com/questions/41274241/how-to-capture-inline-markdown-code-but-not-a-markdown-code-fence-with-regex
"\\<a(.*)\\>", // link contents
"-- snippet:(.*)", // snippet references
"\\<\\[sample:(.*)", // another kind of snippet reference
"/^\\s*```[\\s\\S]*?^\\s*```/gm" // ignoring multi-line code blocks
]
}