forked from dreamcatchme/documentation-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdictionary.json
124 lines (124 loc) · 2.41 KB
/
dictionary.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
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
{
"global": [
"\\[?\u0060[a-zA-Z_.()]+\u0060\\]?",
"(P|p)ermission(less|ed)",
"(js|JS)",
"(A|a)pprovees",
"asc",
"attachmentTag",
"Bazel",
"(b|B)oolean",
"boxbot",
"botbox",
"CocoaPods",
"Coordicide",
"CTPS",
"CityxChange",
"Curl",
"CryptoCore",
"db.?",
"DAG",
"DoS",
"DLT",
"Devnet",
"eCl@ss",
"Elaadnl",
"gcc",
"getBalances",
"getNewAddress",
"getNodeInfo",
"Gi",
"Giga",
"GitHub",
"Golang",
"gpg",
"(h|H)ashcash",
"i",
"IRI",
"IoT",
"isPromotable",
"Keccak",
"Kerl",
"Ki",
"Kila",
"MWM",
"Mainnet",
"MacOSX",
"\u0060node_modules\u0060",
"Nginx",
"Node.js",
"npm",
"obsoleteTag",
"(P|p)ermanode",
"Peta",
"PoC",
"PoW",
"PoW",
"prepareTransfers",
"PyOTA",
"RocksDB",
"ScyllaDB",
"SeedVault",
"Serguei",
"SHA\\d?",
"snapshot.meta",
"Spamnet",
"sudo",
"TPS",
"Tangle",
"Tesla",
"Ti",
"W-OTS",
"Winternitz",
"ZMQ",
"bIOTAsphere",
"(b|B)lowballs?",
"(B|b)undle",
"(C|c)hecksum",
"(C|c)ryptocurrenc(y|ies)",
"(E|e)ndpoint",
"iampass",
"inclusion",
"inconsistent",
"invalid",
"ledger",
"LoRA",
"maxDepth",
"(M|m)ilestones?",
"(M|m)ulti-signature",
"node_modules",
"PearlDiver",
"peer-to-peer",
"reattach(ed|es|ing|ment)?",
"reCAPTCHA",
"(S|s)pongos",
"StackExchange",
"(S|s)tateful",
"subtangle",
"subseed",
"(t|T)rinary",
"trits?",
"trytes?",
"WalkerAlpha",
"whitepaper",
"Xcode"
],
"pre": [
{
"from": "```[\\s\\S]*?```",
"to": ""
},
{
"from": "`[\\s\\S]*?`",
"to": ""
},
{
"from": "¬¬¬[\\s\\S]*?¬¬¬",
"to": ""
},
{
"from": "<(?:.*?)>(.*?)<\/(?:.*?)>",
"to": " $1 "
}
]
}