Bend/cspell.json

122 lines
1.7 KiB
JSON
Raw Normal View History

2024-02-26 17:32:33 +03:00
{
"version": "0.2",
"language": "en",
"words": [
"anni",
"annihilations",
2024-05-07 16:26:25 +03:00
"argn",
2024-02-26 17:32:33 +03:00
"arities",
"arity",
"behaviour",
"bitand",
"Bitonic",
2024-02-26 17:32:33 +03:00
"builtins",
"callcc",
"chumsky",
2024-04-10 20:27:47 +03:00
"codepoint",
2024-05-08 15:23:26 +03:00
"codepoints",
2024-02-26 17:32:33 +03:00
"combinators",
"concat",
2024-02-26 17:32:33 +03:00
"ctrs",
"cuda",
"Dall",
2024-02-26 17:32:33 +03:00
"datatypes",
"Deque",
"destructures",
2024-02-26 17:32:33 +03:00
"desugared",
2024-02-28 21:35:57 +03:00
"desugars",
"devs",
2024-02-26 17:32:33 +03:00
"dref",
"dups",
"effectful",
"foldl",
"hasher",
2024-04-10 20:27:47 +03:00
"hexdigit",
2024-02-26 17:32:33 +03:00
"hvm's",
"hvmc",
"indexmap",
"inet",
"inets",
"inlineable",
"inlineables",
"inlines",
"inodes",
"insta",
"interner",
"itertools",
"ITRS",
"kwarg",
2024-05-03 19:33:25 +03:00
"kwargs",
2024-02-26 17:32:33 +03:00
"lcons",
2024-03-12 18:41:08 +03:00
"linearization",
2024-02-26 17:32:33 +03:00
"linearizes",
"linearizing",
"lnet",
"lnil",
"mult",
"namegen",
"nams",
2024-03-19 19:59:17 +03:00
"nats",
"nullary",
2024-02-26 17:32:33 +03:00
"numop",
2024-02-28 00:01:08 +03:00
"nums",
"OOM's",
2024-02-26 17:32:33 +03:00
"oper",
"opre",
"oprune",
"oref",
"parallelizable",
2024-03-12 21:28:23 +03:00
"peekable",
2024-02-26 17:32:33 +03:00
"postcondition",
2024-05-03 19:48:52 +03:00
"powi",
"prec",
"quadtree",
2024-02-26 17:32:33 +03:00
"readback",
"recursively",
"redex",
2024-02-26 17:32:33 +03:00
"redexes",
"resugar",
"resugared",
"resugaring",
"rfold",
"rsplit",
"rwts",
"scons",
"scopeless",
"scrutinee",
"snil",
"stdext",
"struct",
2024-02-26 17:32:33 +03:00
"subcmd",
"submatch",
"subpattern",
"subpatterns",
"subterm",
"subterms",
"succ",
"supercombinator",
"supercombinators",
2024-04-10 20:27:47 +03:00
"TSPL",
2024-02-27 21:31:23 +03:00
"tunr",
2024-02-26 17:32:33 +03:00
"unbounds",
"vectorize",
"vectorizes",
"walkdir",
"wopts"
],
2024-05-15 01:32:50 +03:00
"files": [
"**/*.rs",
"**/*.md"
],
"ignoreRegExpList": [
"HexValues",
"/λ/g",
"/-O/g",
"/`.`/g",
"/`..`/g",
"/`...`/g",
"/`....`/g",
"/```.*\n.*\n```/g"
2024-05-15 01:32:50 +03:00
]
}