lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-html-symbol-entities/cspell-ext.json

26 lines
698 B
JSON
Raw Permalink Normal View History

2024-04-27 03:39:10 +00:00
// 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"]
}
]
}