Skip to content

Latest commit

 

History

History

gaming-terms

CSpell Gaming Dictionary

Gaming dictionary for cspell.

This is a pre-built dictionary for use with CSpell.

Installation

This dictionary comes bundled with the latest versions of cspell.

Manual Installation

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

Adding Terms to the Dictionaries

See: src/README.md

Dictionary Development

See: How to Create a New Dictionary

License

MIT

Some packages may have other licenses included.