1.0.4 • Published 10 months ago

@cspell/dict-hu-hu v1.0.4

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
10 months ago

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-hu

Uninstall from CSpell

cspell link remove @cspell/dict-hu-hu

Manual 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-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"],
    // …
}

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.


1.0.4

10 months ago

1.0.1

2 years ago