1.0.6 • Published 1 year ago
@cspell/dict-sr-latn v1.0.6
CSpell Serbian (Latin) Dictionary
Serbian (Latin) 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-latn
cspell link add @cspell/dict-sr-latnUninstall from CSpell
cspell link remove @cspell/dict-sr-latnManual 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-latnThe cspell-ext.json file in this package should be added to the import section in your cspell.json file.
{
// …
"import": ["@cspell/dict-sr-latn/cspell-ext.json"],
// …
}Dictionary Development
See: How to Create a New Dictionary
License
GNU GPL
Some packages may have other licenses included.