Skip to content

tier4/cspell-dicts

Repository files navigation

cspell-dicts

TIER IV's dictionaries for CSpell. The mechanism is a simplified version of streetsidesoftware/cspell-dicts.

Installation

To install the dictionaries:

npm install -g yarn
yarn global add https://github.com/tier4/cspell-dicts

To link a dictionary:

cspell link add @tier4/cspell-dicts/{dict-name}/cspell-ext.json

Or import the dictionary in your .cspell.json.

{
  ...
  "import": ["@tier4/cspell-dicts/{dict-name}/cspell-ext.json"],
  ...
}

To uninstall:

yarn global remove @tier4/cspell-dicts