This package provides:
-
Source Code has been archived
linter-spell-project
Provider for Atom linter-spell package to enable project specific dictionaries.
Installing
Use the Atom package manager and search for "linter-spell-project", or run
apm install linter-spell-project from the command line.
Prerequisites
This package relies upon linter-spell.
Usage
Project specific dictionaries are accomplished by providing a language.json in
the project root. This is intended to be compatible with
spell-check-project. Note that
case sensitive words should be preceded with an exclamation sign.
{
"knownWords": [
"foo",
"!Bar"
]
}
Status
Please note that this package is in an beta state.