@cspell/dict-sr-cyrl

1.1.5 • Public • Published

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.

Requirements

Tool Version
cspell >= 8
Code Spell Checker - Visual Studio Code >= 4

Local Installation

npm install -D @cspell/dict-sr-cyrl

Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["@cspell/dict-sr-cyrl/cspell-ext.json"],
  "cSpell.language": "sr, sr-Cyrl",
}
CSpell Settings `cspell.json`

cspell.json

{
  "import": ["@cspell/dict-sr-cyrl/cspell-ext.json"],
  "language": "sr, sr-Cyrl",
}
CSpell Settings `cspell.config.yaml`

cspell.config.yaml

import:
  - '@cspell/dict-sr-cyrl/cspell-ext.json'
language: sr, sr-Cyrl

CDN Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-sr-cyrl@latest/cspell-ext.json/cspell-ext.json"],
  "cSpell.language": "sr, sr-Cyrl",
}
CSpell Settings `cspell.json`

cspell.json

{
  "import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-sr-cyrl@latest/cspell-ext.json/cspell-ext.json"],
  "language": "sr, sr-Cyrl",
}
CSpell Settings `cspell.config.yaml`

cspell.config.yaml

import:
  - https://cdn.jsdelivr.net/npm/@cspell/dict-sr-cyrl@latest/cspell-ext.json/cspell-ext.json
language: sr, sr-Cyrl

Contributing

Please help correct any mistakes in the dictionaries.

See: Contributing

Special thanks to all of our amazing contributors!

Dictionary Development

See: How to Create a New Dictionary

License

GNU GPL

Some packages may have other licenses included.



Brought to you by Street Side Software Logo Street Side Software

Package Sidebar

Install

npm i @cspell/dict-sr-cyrl

Weekly Downloads

325

Version

1.1.5

License

MIT

Unpacked Size

1.95 MB

Total Files

5

Last publish

Collaborators

  • jason-dent