Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 579 Bytes

File metadata and controls

20 lines (18 loc) · 579 Bytes

Fine Designs dictionary

Custom cspell dictionaries used at Fine Designs.

Usage

Add the desired dictionary definition files to a cspell config:

"dictionaryDefinitions": [
    {
        "name": "fd_allowed",
        "path": "https://raw.githubusercontent.com/fine-designs/dictionary/main/allowed.txt",
        "description": "Allowed Fine Designs Spellings"
    },
    {
        "name": "fd_forbidden",
        "path": "https://raw.githubusercontent.com/fine-designs/dictionary/main/forbidden.txt",
        "description": "Custom Fine Designs Dictionary"
    }
]