lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-django/cspell-ext.json
2024-04-26 22:49:34 -06: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"]
}
]
}