cspell-dict-en-gb

British English dictionary for cspell.

MIT 32 个版本
安装
npm install cspell-dict-en-gb
yarn add cspell-dict-en-gb
pnpm add cspell-dict-en-gb
bun add cspell-dict-en-gb
README

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.

版本列表
1.2.6 2021-08-26
1.2.5 2021-07-13
1.2.4 2021-06-14
1.2.3 2021-06-01
1.2.2 2021-05-26
1.2.1 2021-03-16
1.2.0 2020-12-24
1.1.27 2020-11-28
1.1.24 2020-11-08
1.1.20 2020-10-21
1.1.19 2020-10-17
1.1.18 2020-10-17
1.1.17 2020-08-08
1.1.16 2019-12-24
1.1.14 2019-11-19
1.1.13 2019-11-02
1.1.12 2019-11-02
1.1.11 2019-08-14
1.1.10 2019-05-20
1.1.9 2019-05-15
1.1.8 2019-04-20
1.1.7 2019-01-13
1.1.6 2019-01-13
1.1.5 2018-09-09
1.1.2 2018-04-28
1.1.1 2018-04-28
1.1.0 2017-10-21
1.0.4 2017-09-17
1.0.3 2017-08-06
1.0.2 2017-07-13
1.0.1 2017-07-10
1.0.0 2017-07-10