1.1.0 • Published 8 months ago

@cspell/dict-sr-cyrl v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

CSpell Serbian (Cyrillic) Dictionary

Serbian (Cyrillic) dictionary for cspell.

This is a pre-built dictionary for use with CSpell. The word list is based on Milutin Smiljanić's korektor. The cspell dictionary has been compiled and is maintained by Toma Tasovac.

Installation

Global Install and add to CSpell global settings.

npm install -g @cspell/dict-sr-cyrl
cspell link add @cspell/dict-sr-cyrl

Uninstall from CSpell

cspell link remove @cspell/dict-sr-cyrl

Manual Installation

Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.

npm i @cspell/dict-sr-cyrl

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["@cspell/dict-sr-cyrl/cspell-ext.json"],
    // …
}

Dictionary Development

See: How to Create a New Dictionary

License

GNU GPL

Some packages may have other licenses included.