2.1.20 • Published 27 days ago

@cspell/dict-en-gb-mit v2.1.20

Weekly downloads
-
License
MIT
Repository
github
Last release
27 days ago

CSpell en_GB Dictionary with MIT License

British 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.

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-en-gb-mit
cspell link add @cspell/dict-en-gb-mit

Uninstall from cspell

cspell link remove @cspell/dict-en-gb-mit

Manual Installation

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

{
    // …
    "import": ["@cspell/dict-en-gb-mit/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


2.1.20

27 days ago

2.1.19

2 months ago

2.1.18

3 months ago

2.1.17

3 months ago

2.1.16

4 months ago

2.1.15

5 months ago

2.1.9

10 months ago

2.1.14

7 months ago

2.1.12

7 months ago

2.1.13

7 months ago

2.1.10

10 months ago

2.1.11

8 months ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.6

1 year ago

2.1.5

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.4

1 year ago

2.0.5

1 year ago

2.1.0

1 year ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

3 years ago