2.1.26 • Published 9 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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.26

9 months ago

2.1.23

1 year ago

2.1.21

1 year ago

2.1.22

1 year ago

2.1.20

1 year ago

2.1.19

1 year ago

2.1.18

1 year ago

2.1.17

1 year ago

2.1.16

2 years ago

2.1.15

2 years ago

2.1.9

2 years ago

2.1.14

2 years ago

2.1.12

2 years ago

2.1.13

2 years ago

2.1.10

2 years ago

2.1.11

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.4

3 years ago

2.0.5

3 years ago

2.1.0

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

4 years ago