Esperanto dictionary for cspell.
This is a pre-built dictionary for use with cspell.
| Tool | Version |
|---|---|
| cspell | >= 8 |
| Code Spell Checker - Visual Studio Code | >= 4 |
npm install -D @cspell/dict-eoVSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
CSpell Settings cspell.json
cspell.json
{
"import": ["@cspell/dict-eo/cspell-ext.json"],
"language": "eo",
}CSpell Settings cspell.config.yaml
cspell.config.yaml
import:
- '@cspell/dict-eo/cspell-ext.json'
language: eoVSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-eo@3/cspell-ext.json"],
"cSpell.language": "eo",
}CSpell Settings cspell.json
cspell.json
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-eo@3/cspell-ext.json"],
"language": "eo",
}CSpell Settings cspell.config.yaml
cspell.config.yaml
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-eo@3/cspell-ext.json
language: eo| Name | Enabled | Description |
|---|---|---|
eo |
Esperanto dictionary. |
| Name | Locale | File Type |
|---|---|---|
eo |
eo |
* |
Please help correct any mistakes in the dictionaries.
See: Contributing
Special thanks to all of our amazing contributors!
See: How to Create a New Dictionary
GPL-3.0-or-later
Some packages may have other licenses included.
Brought to you by
Street Side Software
{ "cSpell.import": ["@cspell/dict-eo/cspell-ext.json"], "cSpell.language": "eo", }