// cSpell Settings
{
    "id": "django",
    "name": "Django Keywords",
    "description": "List of Python Django Framework keywords.",
    "readonly": true,
    // List of dictionary files to add to the global list of dictionaries
    "dictionaryDefinitions": [
        {
            "name": "django",
            "path": "./dict/django.txt",
            "description": "List of Python Django Framework keywords."
        }
    ],
    "languageSettings": [
        {
            "languageId": "html",
            "dictionaries": ["django"]
        },
        {
            "languageId": "python",
            "dictionaries": ["django"]
        }
    ]
}
