Skip to content

Latest commit

 

History

History
 
 

README.md

CSpell en_GB Legacy Dictionary

British English Legacy dictionary for cspell.

This dictionary includes words that had been included in older versions of the en_GB dictionary. They have been moved here to make the en_GB dictionary easier to maintain.

Requirements

Tool Version
cspell >= 8
Code Spell Checker - Visual Studio Code >= 4

Local Installation

npm install -D @cspell/dict-en-gb-legacy

Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["@cspell/dict-en-gb-legacy/cspell-ext.json"],
  "cSpell.language": "en-GB",
}
CSpell Settings cspell.json

cspell.json

{
  "import": ["@cspell/dict-en-gb-legacy/cspell-ext.json"],
  "language": "en-GB",
}
CSpell Settings cspell.config.yaml

cspell.config.yaml

import:
  - '@cspell/dict-en-gb-legacy/cspell-ext.json'
language: en-GB

Local Installation using CDN

CDN Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb-legacy@1/cspell-ext.json"],
  "cSpell.language": "en-GB",
}
CSpell Settings cspell.json

cspell.json

{
  "import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb-legacy@1/cspell-ext.json"],
  "language": "en-GB",
}
CSpell Settings cspell.config.yaml

cspell.config.yaml

import:
  - https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb-legacy@1/cspell-ext.json
language: en-GB

Dictionary Information

Name Enabled Description
en-gb-legacy Legacy British English Dictionary

Language Settings

Name Locale File Type
en-gb-legacy en-GB *

Contributing

Please help correct any mistakes in the dictionaries.

See: Contributing

Special thanks to all of our amazing contributors!

Dictionary Development

See: How to Create a New Dictionary

License

MIT

Some packages may have other licenses included.



Brought to you by Street Side Software Logo Street Side Software