Unverified Commit 153a68ed authored by Hong Minhee's avatar Hong Minhee
Browse files

Extract cSpell custom dict into a separate file

[ci skip]
parent 953a8289
Loading
Loading
Loading
Loading
+1 −96
Original line number Diff line number Diff line
@@ -50,100 +50,5 @@
    "editor.codeActionsOnSave": {
      "source.sortImports": "always"
    }
  },
  "cSpell.words": [
    "aarch64",
    "activitypub",
    "activitystreams",
    "aitertools",
    "apidoc",
    "bccs",
    "biomejs",
    "Bluesky",
    "Bridgy",
    "btos",
    "callouts",
    "cfworker",
    "codegen",
    "compactable",
    "cryptosuite",
    "decorrelated",
    "deflist",
    "Deno",
    "denokv",
    "denoland",
    "dereferenceable",
    "discoverability",
    "docloader",
    "eddsa",
    "fedi",
    "fedibird",
    "fedify",
    "fediverse",
    "followable",
    "Guppe",
    "halfyear",
    "highligher",
    "hongminhee",
    "hono",
    "httpsig",
    "hugoalh",
    "icojs",
    "instanceof",
    "interoperating",
    "jsonld",
    "keycache",
    "keypair",
    "langstr",
    "Lemmy",
    "litepub",
    "logtape",
    "lume",
    "lumocs",
    "metas",
    "microblog",
    "microblogging",
    "Misskey",
    "msvc",
    "multibase",
    "multikey",
    "multitenancy",
    "Nexkey",
    "nodeinfo",
    "phensley",
    "Pico",
    "Pixelfed",
    "PKCS",
    "popd",
    "poppanator",
    "proto",
    "pushd",
    "pwsh",
    "redirections",
    "rels",
    "RSA-PKCS",
    "RSASSA-PKCS1",
    "runtimes",
    "setext",
    "shiki",
    "spki",
    "SSRF",
    "subproperty",
    "superproperty",
    "supertypes",
    "tempserver",
    "traceparent",
    "ts-nocheck",
    "twoslash",
    "typeof",
    "unfollow",
    "unfollowed",
    "unfollowing",
    "unfollows",
    "urlpattern",
    "uuidv7",
    "vitepress",
    "webfinger",
    "webp"
  ]
  }
}

cspell.json

0 → 100644
+99 −0
Original line number Diff line number Diff line
{
  "words": [
    "aarch64",
    "activitypub",
    "activitystreams",
    "aitertools",
    "apidoc",
    "bccs",
    "biomejs",
    "Bluesky",
    "Bridgy",
    "btos",
    "callouts",
    "cfworker",
    "codegen",
    "compactable",
    "cryptosuite",
    "decorrelated",
    "deflist",
    "Deno",
    "denokv",
    "denoland",
    "dereferenceable",
    "discoverability",
    "docloader",
    "eddsa",
    "fedi",
    "fedibird",
    "fedify",
    "fediverse",
    "followable",
    "Guppe",
    "halfyear",
    "highligher",
    "hongminhee",
    "hono",
    "httpsig",
    "hugoalh",
    "icojs",
    "instanceof",
    "interoperating",
    "jsonld",
    "keycache",
    "keypair",
    "langstr",
    "Lemmy",
    "litepub",
    "logtape",
    "lume",
    "lumocs",
    "metas",
    "microblog",
    "microblogging",
    "Misskey",
    "msvc",
    "multibase",
    "multicodec",
    "multikey",
    "multitenancy",
    "Nexkey",
    "nodeinfo",
    "phensley",
    "Pico",
    "Pixelfed",
    "PKCS",
    "popd",
    "poppanator",
    "proto",
    "pushd",
    "pwsh",
    "redirections",
    "rels",
    "RSA-PKCS",
    "RSASSA-PKCS1",
    "runtimes",
    "setext",
    "shiki",
    "spki",
    "SSRF",
    "subproperty",
    "superproperty",
    "supertypes",
    "tempserver",
    "traceparent",
    "ts-nocheck",
    "twoslash",
    "typeof",
    "unfollow",
    "unfollowed",
    "unfollowing",
    "unfollows",
    "urlpattern",
    "uuidv7",
    "vitepress",
    "vtsls",
    "webfinger",
    "webp"
  ]
}