Arabic dictionary for CSpell.
npm install @cspell/dict-arArabic 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-ar
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
`jsonc`
{
"cSpell.import": ["@cspell/dict-ar/cspell-ext.json"],
"cSpell.language": "ar",
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"import": ["@cspell/dict-ar/cspell-ext.json"],
"language": "ar",
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
import:
- '@cspell/dict-ar/cspell-ext.json'
language: ar
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
`jsonc`
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-ar@1/cspell-ext.json"],
"cSpell.language": "ar",
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-ar@1/cspell-ext.json"],
"language": "ar",
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-ar@1/cspell-ext.json
language: ar
| Name | Enabled | Description |
| ---- | ------- | ------------------ |
| ar | | Arabic dictionary. |
| Name | Locale | File Type |
| ---- | ------ | --------- |
| ar | ar | *` |
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
AyaSpell Arabic Dictionary for Hunspell Spellchecker
LGPL
> Some packages may have other licenses included.
---
Brought to you by
Street Side Software