@cspell/dict-en-gb
British English dictionary for cspell.
Last updated 4 years ago by jason-dent .
LGPL-3.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @cspell/dict-en-gb 
SYNC missed versions from official npm registry.

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 link add @cspell/dict-en-gb

Uninstall from cspell

cspell link remove @cspell/dict-en-gb

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/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

GPL-3.0-or-later

Some packages may have other licenses included.

Current Tags

  • 3.1.4                                ...           latest (4 years ago)

16 Versions

  • 3.1.4                                ...           4 years ago
  • 3.1.3                                ...           4 years ago
  • 3.1.2                                ...           4 years ago
  • 3.1.1                                ...           5 years ago
  • 3.1.0                                ...           5 years ago
  • 3.0.0                                ...           5 years ago
  • 2.0.3                                ...           5 years ago
  • 2.0.2                                ...           5 years ago
  • 2.0.1                                ...           5 years ago
  • 1.1.33                                ...           5 years ago
  • 1.1.32                                ...           5 years ago
  • 1.1.31                                ...           5 years ago
  • 1.1.30                                ...           5 years ago
  • 1.1.29                                ...           5 years ago
  • 1.1.28                                ...           5 years ago
  • 1.1.27                                ...           5 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |