Spanish 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-es-esVSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
CSpell Settings cspell.json
cspell.json
{
"import": ["@cspell/dict-es-es/cspell-ext.json"],
"language": "es, es_ES",
}CSpell Settings cspell.config.yaml
cspell.config.yaml
import:
- '@cspell/dict-es-es/cspell-ext.json'
language: es, es_ESVSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-es-es@3/cspell-ext.json"],
"cSpell.language": "es, es_ES",
}CSpell Settings cspell.json
cspell.json
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-es-es@3/cspell-ext.json"],
"language": "es, es_ES",
}CSpell Settings cspell.config.yaml
cspell.config.yaml
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-es-es@3/cspell-ext.json
language: es, es_ES| Name | Enabled | Description |
|---|---|---|
es-es |
Spanish Dictionary (Spain) |
| Name | Locale | File Type |
|---|---|---|
es-es |
es, es_ES |
* |
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
Please add any words to src/additional_words.txt by making a pull request.
The Hunspell source for this dictionary can be found:
LGPL-3.0
Some packages may have other licenses included. See src/hunspell/license
Brought to you by
Street Side Software
{ "cSpell.import": ["@cspell/dict-es-es/cspell-ext.json"], "cSpell.language": "es, es_ES", }