solorice/vscodium/extensions/streetsidesoftware.code-spell-checker-2.1.11/node_modules/@cspell/dict-django/cspell-ext.json
2022-04-28 21:17:01 +03:00

26 lines
653 B
JSON

// 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": "./django.txt.gz",
"description": "List of Python Django Framework keywords."
}
],
"languageSettings": [
{
"languageId": "html",
"dictionaries": ["django"]
},
{
"languageId": "python",
"dictionaries": ["django"]
}
]
}