d11 theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
567 B

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