hsgwa / cspell-dicts

CSpell dictionaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CSpell dictionaries

License:Apache License 2.0