Detalhes do pacote

cspell-dict-nl-nl

streetsidesoftware61.6kMIT1.1.2

Dutch dictionary for cspell.

cspell, nl_NL, dictionary, spelling

readme (leia-me)

Cspell nl_NL Dictionary

Dutch 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-nl-nl
cspell-dict-nl-nl-link

Uninstall from cspell

cspell-dict-nl-nl-unlink

Manual Installation

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["<path to node_modules>/cspell-dict-nl-nl/cspell-ext.json"],
    // …
}

Building

Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.

npm run build

License

MIT

Some packages may have other licenses included. See: Dutch.txt

Resources

The Hunspell source for this dictionary can be found:

changelog (log de mudanças)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.2 (2021-05-25)

Note: Version bump only for package cspell-dict-nl-nl

1.1.1 (2020-12-26)

Note: Version bump only for package cspell-dict-nl-nl

1.1.0 (2020-12-24)

Bug Fixes

  • [@cspell](https://github.com/cspell) dict imports (#303) (b6cd581)

Features

  • Have cspell-dict-* use dictionary from @cspell/dict-* (#300) (403c08f)

1.0.32 (2020-11-28)

Note: Version bump only for package cspell-dict-nl-nl

1.0.31 (2020-11-27)

Note: Version bump only for package cspell-dict-nl-nl

1.0.30 (2020-11-21)

Note: Version bump only for package cspell-dict-nl-nl

1.0.29 (2020-11-08)

Bug Fixes

  • do not include Configstore if not necessary (#270) (d8b625f)

1.0.28 (2020-10-21)

Note: Version bump only for package cspell-dict-nl-nl

Change Log

1.0.10

  • Use the useCompound flag for cSpell to improve the checking and suggestions.

1.0.0

  • Initial Release