-
Notifications
You must be signed in to change notification settings - Fork 41
/
cspell.json
83 lines (83 loc) · 1.92 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
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en",
"words": [
"basechain",
"bounceable",
"cheatsheet",
"Cheatsheet",
"cheatsheets",
"Cheatsheets",
"comptime",
"Comptime",
"Decompilation",
"decompilation",
"decompiles",
"decompiling",
"dnsresolve",
"Epva", // part of a base64 string
"Fift",
"ipfs",
"IPFS",
"jetton",
"Jetton",
"Jettons",
"jettons",
"jojo",
"masterchain",
"Masterchain",
"mathrm",
"nanotons",
"nextra",
"omelander", // some superhero
"Offchain",
"quadtree",
"quadtrees",
"RAWRESERVE",
"respecifying",
"Satoshi",
"seamus",
"Seamus",
"seqno",
"shardchains",
"stdlibs",
"STON.fi",
"TIMELOCK",
"timeouted",
"Timeouted",
"Toncoin",
"Toncoins",
"Uninit",
"vogons", // 42 vogons
"workchain",
"workchains",
"xtwitter"
],
"ignoreRegExpList": [
"\\(#.*\\)",
"^\\[.+\\]: .+", // link declarations like [foo]: /ref/stdlib-ownable#bar
"\\[.+\\]\\[.+\\]", // links like [`Resumable{:tact}`][res]
"\\[.+\\]\\(.+\\)", // links like [`self.toCell().asSlice(){:tact}`](/ref/core-cells#cellasslice)
"address\\(\".+\"\\)", // Ton addresses
"mathrm\\{.+\\}", // LaTeX subset
"\\[#.+\\]", // [#nativereserve-combining-modes-with-flags]
"href=\".+\"", // href="/cookbook/dexes/stonfi"
"\".+\": \".+\"", // "from": "kQBrSAP2y7QIUw4_1q0qciHfqdFmOYR9CC1oinn7kyWWRuoV",
"Urls"
],
"flagWords": [],
"ignorePaths": [
".github/temp-archive",
"components/icons",
"dist",
"grammars/grammar-ohm.json",
"grammars/grammar-tact.json",
"next.config.js",
"node_modules",
"out",
"package.json",
"pages/cookbook/dexes/_meta.js",
"pages/ref/spec.mdx"
]
}