spell-check-project
Provides project-specific spell checking, suggestions, and dictionaries.
dmoonfire 5,744 6 0.7.2 MIT GitHub

Project Spell Check

An additional dictionary for the spell-check-test package that provides project folder specific language. All spell-checked buffers within a given proejct will use the language.json file, if present in the project root.

{
  "knownWords": [
    "word",
    "/specific-word/",
    "/SomeWord/i"
  ]
}