Bengali dictionary for cspell.
npm install @cspell/dict-bnBengali dictionary for cspell.
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-bn
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
`jsonc`
{
"cSpell.import": ["@cspell/dict-bn/cspell-ext.json"],
"cSpell.language": "bn",
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"import": ["@cspell/dict-bn/cspell-ext.json"],
"language": "bn",
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
import:
- '@cspell/dict-bn/cspell-ext.json'
language: bn
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
`jsonc`
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-bn/cspell-ext.json"],
"cSpell.language": "bn",
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-bn/cspell-ext.json"],
"language": "bn",
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-bn/cspell-ext.json
language: bn
| Name | Enabled | Description |
| ---- | ------- | ------------------------------ |
| bn | | Bengali dictionary for cspell. |
| Name | Locale | File Type |
| ---- | ------ | --------- |
| bn | bn | *` |
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
github.com/MinhasKamal/BengaliDictionary
GPL-3
> Some packages may have other licenses included.
---
Brought to you by
Street Side Software