1.1.0 • Published 9 months ago
@cspell/dict-hu-hu v1.1.0
CSpell Hungarian Dictionary
Hungarian dictionary for cspell.
This is a pre-built dictionary for use with CSpell.
Installation
Global Install and add to CSpell global settings.
npm install -g @cspell/dict-hu-hu
cspell link add @cspell/dict-hu-huUninstall from CSpell
cspell link remove @cspell/dict-hu-huManual Installation
Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.
npm i @cspell/dict-hu-huThe 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"],
// …
}Dictionary Development
See: How to Create a New Dictionary
License
GPL-3.0
Source
"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.