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
612 B

// cSpell Settings
{
"id": "html-symbol-entities",
"name": "HTML Symbol Entities",
"description": "HTML Symbol Entities Dictionary",
// List of dictionary files to add to the global list of dictionaries
"dictionaryDefinitions": [
{
"name": "html-symbol-entities",
"file": "./entities.txt.gz",
"description": "HTML Symbol Entities Dictionary"
}
],
"languageSettings": [
{ "languageId": "html", "dictionaries": ["html-symbol-entities"] },
{ "languageId": "markdown", "dictionaries": ["html-symbol-entities"] }
]
}