Skip to content

ymski/cspell-dicts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

CSpell dictionaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%