cspell-dict-en-gb
TypeScript icon, indicating that this package has built-in type declarations

1.2.6 • Public • Published

Cspell en_GB Dictionary

British English dictionary for cspell.

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

Installation

Global Install and add to cspell global settings.

npm install -g cspell-dict-en-gb
cspell-dict-en-gb-link

Uninstall from cspell

cspell-dict-en-gb-unlink

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["<path to node>/cspell-dict-en-gb/cspell-ext.json"],
    // …
}

Building

Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.

npm run build

Adding Words

Please add any words to src/additional_words.txt by making a pull request.

License

MIT

Some packages may have other licenses included.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.2.673latest

Version History

VersionDownloads (Last 7 Days)Published
1.2.673
1.2.50
1.2.40
1.2.30
1.2.20
1.2.11
1.2.00
1.1.278
1.1.2486
1.1.200
1.1.1914
1.1.180
1.1.1764
1.1.16146
1.1.1437
1.1.1320
1.1.120
1.1.1120
1.1.1091
1.1.90
1.1.80
1.1.713
1.1.60
1.1.50
1.1.20
1.1.10
1.1.00
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i cspell-dict-en-gb

Weekly Downloads

573

Version

1.2.6

License

MIT

Unpacked Size

4.65 kB

Total Files

9

Last publish

Collaborators

  • jason-dent