
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@cspell/dict-en_us
Advanced tools
@cspell/dict-en_us is a dictionary package for the CSpell spell checker. It provides American English word lists that can be used to enhance the spell-checking capabilities of CSpell.
Adding the dictionary to CSpell
This feature allows you to add the American English dictionary to your CSpell configuration. By including 'en_us' in the 'dictionaries' array, CSpell will use the word list provided by @cspell/dict-en_us for spell checking.
{
"dictionaries": ["en_us"]
}
Installing the dictionary
This feature demonstrates how to install the @cspell/dict-en_us package using npm. This is the first step to using the American English dictionary with CSpell.
npm install @cspell/dict-en_us
@cspell/dict-en-gb provides British English word lists for the CSpell spell checker. It is similar to @cspell/dict-en_us but focuses on British English instead of American English.
@cspell/dict-fr-fr offers French word lists for the CSpell spell checker. It is similar in functionality to @cspell/dict-en_us but is designed for French language spell checking.
hunspell-dict-en-us provides American English dictionaries for the Hunspell spell checker. It is similar to @cspell/dict-en_us but is used with the Hunspell spell checking engine instead of CSpell.
English dictionary for cspell.
This is a pre-built dictionary for use with cspell.
This dictionary comes pre-installed with cspell. It should not be necessary to add it.
Tool | Version |
---|---|
cspell | >= 8 |
Code Spell Checker - Visual Studio Code | >= 4 |
This package is bundled with CSpell.
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.language": "en, en-US",
}
cspell.json
cspell.json
{
"language": "en, en-US",
}
cspell.config.yaml
cspell.config.yaml
language: en, en-US
NOTE: This package is bundled with CSpell.
Name | Enabled | Description |
---|---|---|
en_us | American English Dictionary |
Name | Locale | File Type |
---|---|---|
en_us | en , en-US | * |
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
Contributions are welcomed and encouraged, please read src/README.md.
The Hunspell source for this dictionary can be found:
http://wordlist.aspell.net/hunspell-readme/
MIT
Some packages may have other licenses included.
Brought to you by
Street Side Software
FAQs
English dictionary for cspell.
The npm package @cspell/dict-en_us receives a total of 645,128 weekly downloads. As such, @cspell/dict-en_us popularity was classified as popular.
We found that @cspell/dict-en_us demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.