3.1.2 • Published 24 days ago

@cspell/dict-el v3.1.2

Weekly downloads
28
License
GPL-3.0+
Repository
github
Last release
24 days ago

CSpell Greek Dictionary

Greek 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-el
cspell link add @cspell/dict-el

Uninstall from cspell

cspell link remove @cspell/dict-el

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

License

MIT

Some packages may have other licenses included.

3.1.2

24 days ago

3.1.1

1 month ago

3.1.0

6 months ago

3.0.0

10 months ago

2.0.1

1 year ago

2.0.0

2 years ago

1.0.15

3 years ago

1.0.14

3 years ago