We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d7a84 commit fbc4056Copy full SHA for fbc4056
.cspell.jsonc
@@ -83,6 +83,18 @@
83
"!2lw-deny-list", // turns off the dictionary
84
]
85
},
86
+ {
87
+ "filename": "languages/tolk/features/compiler-optimizations.mdx",
88
+ "ignoreWords": [
89
+ "fifting",
90
+ ]
91
+ },
92
93
+ "filename": "languages/tolk/from-func/tolk-vs-func.mdx",
94
95
+ "transpiles",
96
97
98
{
99
"filename": "**/api/**/*.{json,yml,yaml}",
100
"ignoreWords": [
@@ -110,6 +122,7 @@
110
122
"foundations/whitepapers/ton.mdx",
111
123
"foundations/whitepapers/tvm.mdx",
112
124
"languages/fift/whitepaper.mdx",
125
+ "languages/tolk/features/standard-library.mdx",
113
126
// Generated files
114
127
"tvm/instructions.mdx",
115
128
// Binaries
0 commit comments