JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24290
  • Score
    100M100P100Q171540F
  • License LGPL-3.0

Spanish dictionary for cspell.

Package Exports

  • @cspell/dict-es-es
  • @cspell/dict-es-es/cspell
  • @cspell/dict-es-es/cspell-ext.json

Readme

CSpell Spanish Dictionary

Spanish dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Requirements

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

Local Installation

npm install -D @cspell/dict-es-es

Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["@cspell/dict-es-es/cspell-ext.json"],
  "cSpell.language": "es, es_ES",
}
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_ES

Local Installation using CDN

CDN Configuration

VSCode Settings

Add the following to your VSCode settings:

.vscode/settings.json

{
  "cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-es-es/cspell-ext.json"],
  "cSpell.language": "es, es_ES",
}
CSpell Settings cspell.json

cspell.json

{
  "import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-es-es/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/cspell-ext.json
language: es, es_ES

Dictionary Information

Name Enabled Description
es-es Spanish Dictionary (Spain)

Language Settings

Name Locale File Type
es-es es, es_ES *

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

Adding Words

Please add any words to src/additional_words.txt by making a pull request.

Resources

The Hunspell source for this dictionary can be found:

License

LGPL-3.0

Some packages may have other licenses included. See src/hunspell/license



Brought to you by Street Side Software Logo Street Side Software