Armenian dictionary for cspell.
npm install @cspell/dict-hyArmenian 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-hy
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
`jsonc`
{
"cSpell.import": ["@cspell/dict-hy/cspell-ext.json"],
"cSpell.language": "hy, hy-AM",
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"import": ["@cspell/dict-hy/cspell-ext.json"],
"language": "hy, hy-AM",
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
import:
- '@cspell/dict-hy/cspell-ext.json'
language: hy, hy-AM
VSCode Settings
Add the following to your VSCode settings:
.vscode/settings.json
`jsonc`
{
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-hy@1/cspell-ext.json"],
"cSpell.language": "hy, hy-AM",
}
CSpell Settings
cspell.json
cspell.json
`jsonc`
{
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-hy@1/cspell-ext.json"],
"language": "hy, hy-AM",
}
CSpell Settings
cspell.config.yaml
cspell.config.yaml
`yaml`
import:
- https://cdn.jsdelivr.net/npm/@cspell/dict-hy@1/cspell-ext.json
language: hy, hy-AM
| Name | Enabled | Description |
| ------- | ------- | ------------------- |
| hy_am | | Armenian dictionary |
| Name | Locale | File Type |
| ------- | ------------- | --------- |
| hy_am | hy, hy-AM | *` |
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
- martakert/hyspell: Hunspell dictionary for Armenian language
- HySpell 3.0.1 (Nayiri): Armenian spell-checker
MIT
> Some packages may have other licenses included.
---
Brought to you by
Street Side Software