Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 339 Bytes

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"
  ]
}