lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-software-terms/cspell-ext.json

27 lines
948 B
JSON
Raw Permalink Normal View History

2024-04-27 03:39:10 +00:00
{
"id": "software-terms",
"name": "Software Terms",
"readonly": true,
"description": "Software terms dictionary for cspell.",
"dictionaryDefinitions": [
{
// changing the name is a breaking change.
"name": "softwareTerms",
"path": "./softwareTerms.txt.gz",
"description": "Software terms dictionary for cspell."
},
{
// Note this dictionary name is not consistent withe `softwareTerms` but it is
// consistent with other dictionaries.
"name": "networking-terms",
"path": "./networkingTerms.txt.gz",
"description": "Software networking terms dictionary for cspell."
}
],
// Enable `softwareTerms` by default if this extension is imported.
"dictionaries": [
"softwareTerms"
// "networking-terms" - is not included by default because it is very specific.
]
}