Hungarian dictionary for cspell.
This is a pre-built dictionary for use with CSpell.
Global Install and add to CSpell global settings.
npm install -g @cspell/dict-hu-hu
cspell link add @cspell/dict-hu-hu
cspell link remove @cspell/dict-hu-hu
Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.
npm i @cspell/dict-hu-hu
The cspell-ext.json
file in this package should be added to the import section in your cspell.json
file.
{
// …
"import": ["@cspell/dict-hu-hu/cspell-ext.json"],
// …
}
See: How to Create a New Dictionary
GPL-3.0
"Wooorm's Hungarian Dictionary" which is based on "Magyar Ispell".
"Magyar Ispell" is licensed under the GPL-3.0 license, see its LICENSE for details.
"Wooorm's dictionaries" is licensed under the MIT license, see its LICENSE for details.
Some packages may have other licenses included.
Brought to you by Street Side Software