British English dictionary for cspell with MIT License.
npm install @cspell/dict-en-gb-mitBritish English dictionary for cspell.
This is a pre-built dictionary for use with cspell.
Note: this is a limited dictionary, it is an old word list. Use @cspell/dict-en-gb for a more extensive dictionary.
| Tool | Version |
| ------------------------------------------------------------------------------------------------------------------------------------ | ------- |
| cspell | >= 8 |
| Code Spell Checker - Visual Studio Code | >= 4 |
This package is bundled with CSpell.
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
``jsonc`
{
"cSpell.language": "en-GB",
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"language": "en-GB",
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
language: en-GB
> NOTE: This package is bundled with CSpell.
| Name | Enabled | Description |
| ------- | ------- | -------------------------- |
| en-gb | | British English Dictionary |
| Name | Locale | File Type |
| ------- | ------- | --------- |
| en-gb | en-GB | *` |
Please help correct any mistakes in the dictionaries.
See: Contributing
Special thanks to all of our amazing contributors!
See: How to Create a New Dictionary
Contributions are welcomed and encouraged, please read src/README.md.
MIT
---
Brought to you by
Street Side Software