-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.cspell.json
85 lines (85 loc) · 1.47 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"version": "0.2",
"import": [
"node_modules/@generalprotocols/cspell-dictionary/cspell.json"
],
"patterns": [
{
"name": "cashAddresses",
"pattern": "bitcoincash:[A-z0-9]+"
},
{
"name": "rbchAddresses",
"pattern": "bchreg:[A-z0-9]+"
},
{
"name": "tbchAddresses",
"pattern": "bchtest:[A-z0-9]+"
},
{
"name": "legacyAddresses",
"pattern": "1[A-z0-9]{33}"
}
],
// Ignore the following Regular Expression patterns.
"ignoreRegExpList": [
"cashAddresses",
"rbchAddresses",
"tbchAddresses",
"legacyAddresses"
],
"words": [
"ACTIVEBYTECODE",
"alice",
"autotomata",
"bchn",
"bchreg",
"Blockchair",
"blockheight",
"Blockie",
"blockies",
"blocktime",
"blocktimes",
"Btyecode",
"bytea",
"Bytecodes",
"cashaddr",
"chaingraph",
"CHECKSEQUENCEVERIFY",
"chipnet",
"clipanion",
"forex",
"GENEREATED",
"GREATERTHAN",
"GREATERTHANOREQUAL",
"indexeddb",
"INPUTINDEX",
"lcov",
"LESSTHANOREQUAL",
"macfja",
"nlike",
"nonfungible",
"NUMEQUAL",
"NUMEQUALVERIFY",
"opreturn",
"OUTPUTBYTECODE",
"OUTPUTVALUE",
"Pkhs",
"prismjs",
"rbchn",
"reserialize",
"shortcode",
"smui",
"SMUI",
"STXO",
"timelock",
"Timelock",
"timelocked",
"transpiles",
"utxfi",
"UTXOBYTECODE",
"utxos",
"UTXOVALUE",
"zerodevx"
]
}