forked from akkadotnet/akka.net
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcSpell.json
More file actions
131 lines (131 loc) · 3.09 KB
/
Copy pathcSpell.json
File metadata and controls
131 lines (131 loc) · 3.09 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"version": "0.1",
"language": "en",
"words": [
"actorref",
"arounds",
"Akka",
"appender",
"asynchronicity",
"backends",
"backoff",
"backpressure",
"backpressured",
"backpressures",
"backpressuring",
"blackhole",
"Bootcamp",
"buncher",
"concat",
"combinator",
"combinators",
"composability",
"compositionality",
"configurator",
"CQRS",
"CRDT",
"datacenter",
"denormalization",
"deque",
"deserialization",
"downstream",
"downstreams",
"ddata",
"eventsourced",
"Gitter",
"Hasher",
"Hipsterize",
"HOCON",
"journaled",
"Kubernetes",
"lifecycles",
"materializer",
"Microservices",
"MNTR",
"mutex",
"Newtonsoft",
"Ninject",
"overridable",
"parallelizable",
"partitioner",
"Passivation",
"Petabridge",
"pluggable",
"prepended",
"prepending",
"protobuf",
"Quic",
"Quickstart",
"RDBMS",
"remoting",
"resizer",
"roadmap",
"routee",
"routees",
"runtimes",
"Ryzen",
"serializers",
"Serilog",
"sharded",
"Stannard",
"substream",
"substreams",
"Tailscale",
"testkit",
"threadedness",
"threadpool",
"Topshelf",
"Tweetinvi",
"Unbecome",
"unreachability",
"Upserts",
"upstream",
"upstreams",
"userspace",
"watchee",
"Webcrawler",
"Xunit",
"ZeroTier"
],
"ignoreWords": [
"Hanselminutes",
"Resharper",
"Bartosz",
"Bartosz's",
"networky",
"Inport",
"Allman",
"Bailis",
"Bidi",
"Cleary",
"Clickstream",
"Fabrikated",
"Lauck",
"Laureano",
"Lightbend",
"Livescan",
"mainlogo",
"Synchromatics",
"markdownlint",
"mergetool",
"titlecase",
"Varghese",
"Vertech",
"DeadLetter",
"Blocksharp",
"Akkatecture",
"SharpPulsar"
],
"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
"/^---[\\s\\S]+?---/gm", //front-matter
"\\<iframe(.*)iframe\\>", // iframe snippets
"\\<!--[^\\>]*--\\>" // HTML single-line comment
]
}