Gaming dictionary for cspell.
This is a pre-built dictionary for use with CSpell.
This dictionary comes bundled with the latest versions of cspell
.
Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.
npm i @cspell/dict-gaming-terms
The cspell-ext.json
file in this package should be added to the import section in your cspell.json
file.
{
// …
// It is necessary to explicitly enable `gaming-terms` and `game-development` dictionaries by
// including it in the list of dictionaries.
"dictionaries": ["gaming-terms", "game-development"]
// …
}
See: src/README.md
See: How to Create a New Dictionary
MIT
Some packages may have other licenses included.