Skip to content

Commit

Permalink
feat: Add cspell conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Sep 1, 2024
1 parent 600f5b4 commit aad5113
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en",
"words": [
"alnum",
"assgn",
"augmentedassign",
"binop",
"blockstore",
"bounceable",
"codegen",
"decompile",
"Decompiled",
"decompiler",
"decompiles",
"decompilation",
"decompiling",
"Descr",
"disasm",
"divmod",
"dnsresolve",
"elseifnot",
"Fift",
"forall",
"funs",
"funcfiftlib",
"idict",
"initof",
"infixl",
"infixr",
"ipfs",
"ipld",
"jettons",
"jsxdev",
"langle",
"lparen",
"lvalue",
"masterchain",
"maxint",
"minmax",
"mintable",
"multiformats",
"Korshakov",
"nocheck",
"noexcept",
"Nonterminal",
"nonterminal",
"Neovim",
"Offchain",
"Parens",
"POSIX",
"prando",
"rangle",
"rparen",
"rugpull",
"rugpulled",
"sctx",
"seqno",
"shiki",
"Stateinit",
"stdlib",
"struct",
"structs",
"subtyping",
"testdata",
"Topup",
"typechecker",
"udict",
"uintptr",
"uncons",
"uninit",
"unixfs",
"workchain",
"worklist",
"powerset",
"semilattice",
"fixpoint",
"graphviz",
"idxs",
"unmarshalled",
"unmarshal",
"fixpoints",
"Datalog",
"lvalues",
"callees",
"intraprocedural",
"subdirs",
"привет",
"PUSHREF",
"PUSHSLICE",
"SETINDEXVARQ",
"nowarp",
"Idxes",
"dentry",
"Dont",
"Georgiy",
"Komarov"
],
"flagWords": [],
"ignorePaths": [
"tags",
"*.fif",
"node_modules",
"dist"
]
}

0 comments on commit aad5113

Please sign in to comment.