// cSpell Settings
{
    "id": "medical-terms",
    "name": "Medical terms",
    "description": "Medical Terms Dictionary",
    "readonly": true,
    // List of dictionary files to add to the global list of dictionaries
    "dictionaryDefinitions": [
        {
            "name": "medical terms",
            "description": "List of nearly 100,000 medical terms.",
            "path": "./dict/medicalterms-en.txt.gz"
        }
    ],
    // Dictionaries to always be used.
    "dictionaries": ["medical terms"]
}
