1.1.4 • Published 1 year ago
@cspell/dict-sr-cyrl v1.1.4
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-cyrlUninstall from CSpell
cspell link remove @cspell/dict-sr-cyrlManual 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-cyrlThe 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.