lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-html-symbol-entities/cspell-ext.json
2024-04-26 22:49:34 -06:00

26 lines
698 B
JSON

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