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.
Global Install and add to CSpell global settings.
npm install -g @cspell/dict-sr-latn
cspell link add @cspell/dict-sr-latn
cspell link remove @cspell/dict-sr-latn
Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.
npm i @cspell/dict-sr-latn
The 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"],
// …
}
See: How to Create a New Dictionary
GNU GPL
Some packages may have other licenses included.