Bash dictionary for cspell.
This is a pre-built dictionary for use with cspell.
Tool | Version |
---|---|
cspell | >= 6 |
Code Spell Checker - Visual Studio Code | >= 2 |
Global Install and add to cspell global settings.
npm install -g @cspell/dict-bash
cspell link add @cspell/dict-bash
cspell link remove @cspell/dict-bash
The cspell-ext.json
file in this package should be added to the import section in your cspell.json file.
{
// …
"import": ["@cspell/dict-bash/cspell-ext.json"],
// …
}
MIT
Some packages may have other licenses included.