Scientific Terms US dictionary for cspell.
npm install @cspell/dict-scientific-terms-usScientific Terms US dictionary for cspell.
The words for this dictionary came from John Petrie’s LifeBlag
This is a pre-built dictionary for use with cspell.
| Tool | Version |
| ------------------------------------------------------------------------------------------------------------------------------------ | ------- |
| cspell | >= 8 |
| Code Spell Checker - Visual Studio Code | >= 4 |
``sh`
npm install -D @cspell/dict-scientific-terms-us
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
`jsonc`
{
"cSpell.import": ["@cspell/dict-scientific-terms-us/cspell-ext.json"],
"cSpell.dictionaries": ["scientific-terms-us", "mathematics-terms-us"],
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"import": ["@cspell/dict-scientific-terms-us/cspell-ext.json"],
"dictionaries": ["scientific-terms-us", "mathematics-terms-us"],
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
import:
- '@cspell/dict-scientific-terms-us/cspell-ext.json'
dictionaries:
- scientific-terms-us
- mathematics-terms-us
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
`jsonc`
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-scientific-terms-us@3/cspell-ext.json"],
"cSpell.dictionaries": ["scientific-terms-us", "mathematics-terms-us"],
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-scientific-terms-us@3/cspell-ext.json"],
"dictionaries": ["scientific-terms-us", "mathematics-terms-us"],
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-scientific-terms-us@3/cspell-ext.json
dictionaries:
- scientific-terms-us
- mathematics-terms-us
| Name | Enabled | Description |
| ---------------------- | ------- | -------------------------------- |
| scientific-terms-us | Yes | Scientific Terms US dictionary. |mathematics-terms-us
| | Yes | Mathematics Terms US dictionary. |
| Name | Locale | File Type |
| ---------------------- | ------ | --------- |
| scientific-terms-us | | |mathematics-terms-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
MIT
> Some packages may have other licenses included.
---
Brought to you by
Street Side Software