
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@cspell/dict-en-gb
Advanced tools
@cspell/dict-en-gb is a dictionary package for the CSpell spell checker that provides British English word lists. It is used to enhance the spell-checking capabilities of CSpell by adding support for British English.
Adding British English Dictionary to CSpell
This feature allows you to add the British English dictionary to your CSpell configuration. By including 'en-gb' in the dictionaries array, CSpell will use the British English word list for spell checking.
{
"dictionaries": ["en-gb"]
}
Installation
This command installs the @cspell/dict-en-gb package as a development dependency in your project. This is the first step to enable British English spell checking in your project.
npm install -D @cspell/dict-en-gb
Configuration in cspell.json
This is an example of a cspell.json configuration file that sets the language to British English and includes the British English dictionary. This configuration ensures that CSpell uses the British English word list for spell checking.
{
"version": "0.2",
"language": "en-gb",
"dictionaries": ["en-gb"]
}
cspell-dict-pt-br provides a Brazilian Portuguese dictionary for CSpell. It is similar to @cspell/dict-en-gb but focuses on Brazilian Portuguese word lists.
@cspell/dict-fr-fr provides a French dictionary for CSpell. It is similar to @cspell/dict-en-gb but focuses on French word lists.
British English 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-en-gb
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.import": ["@cspell/dict-en-gb/cspell-ext.json"],
"cSpell.language": "en-GB",
}
cspell.json
cspell.json
{
"import": ["@cspell/dict-en-gb/cspell-ext.json"],
"language": "en-GB",
}
cspell.config.yaml
cspell.config.yaml
import:
- '@cspell/dict-en-gb/cspell-ext.json'
language: en-GB
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb/cspell-ext.json"],
"cSpell.language": "en-GB",
}
cspell.json
cspell.json
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb/cspell-ext.json"],
"language": "en-GB",
}
cspell.config.yaml
cspell.config.yaml
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-en-gb/cspell-ext.json
language: en-GB
Name | Enabled | Description |
---|---|---|
en-gb | British English Dictionary |
Name | Locale | File Type |
---|---|---|
en-gb | en-GB | * |
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 code used to build this dictionary is licensed under MIT
license.
But because of the sources it includes, the @cspell/dict-en-gb
package is released under:
LGPL-3.0-or-later
Some packages may have other licenses included.
Brought to you by
Street Side Software
FAQs
British English dictionary for cspell.
We found that @cspell/dict-en-gb 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.