@cspell/dict-hu-hu

1.0.1 • Public • Published

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.



Brought to you by Street Side Software Logo Street Side Software

Package Sidebar

Install

npm i @cspell/dict-hu-hu

Weekly Downloads

191

Version

1.0.1

License

GPL-3.0

Unpacked Size

3.55 MB

Total Files

5

Last publish

Collaborators

  • jason-dent