Bend/cspell.json
2024-06-18 19:03:45 +02:00

137 lines
2.0 KiB
JSON

{
"version": "0.2",
"language": "en",
"words": [
"anni",
"annihilations",
"arities",
"arity",
"arrayvec",
"behaviour",
"bitand",
"Bitonic",
"builtins",
"callcc",
"chumsky",
"clippy",
"codegen",
"codepoint",
"codepoints",
"combinators",
"concat",
"ctrs",
"cuda",
"datatypes",
"Deque",
"destructures",
"desugared",
"desugars",
"devs",
"dups",
"effectful",
"elif",
"elifs",
"foldl",
"hasher",
"hexdigit",
"hvm's",
"indexmap",
"inet",
"inets",
"inlineable",
"inlineables",
"inlinees",
"inlines",
"inodes",
"insta",
"interner",
"ints",
"itertools",
"ITRS",
"kwarg",
"kwargs",
"lcons",
"linearization",
"linearizes",
"linearizing",
"lnil",
"lpthread",
"mant",
"miscompilation",
"mult",
"namegen",
"nams",
"nanosleep",
"nats",
"newtype",
"nilary",
"nullary",
"numop",
"nums",
"OOM's",
"oper",
"opers",
"parallelizable",
"peekable",
"postcondition",
"powi",
"prec",
"proto",
"Pythonish",
"quadtree",
"quadtrees",
"rbag",
"readback",
"recursively",
"redex",
"redexes",
"repr",
"resugar",
"resugared",
"resugaring",
"rfold",
"rsplit",
"rwts",
"scons",
"scopeless",
"scrutinee",
"sequentialism",
"snil",
"SOTA",
"stdext",
"struct",
"subcmd",
"submatch",
"subpattern",
"subpatterns",
"subterm",
"subterms",
"succ",
"supercombinator",
"supercombinators",
"tlsv",
"TSPL",
"tunr",
"unbounds",
"undefer",
"vectorize",
"vectorizes",
"walkdir"
],
"files": [
"**/*.rs",
"**/*.md"
],
"ignoreRegExpList": [
"HexValues",
"/λ/g",
"/-O/g",
"/`.`/g",
"/`..`/g",
"/`...`/g",
"/`....`/g",
"/`.....`/g",
"/```.*\n.*\n```/g"
]
}