forked from lix-project/lix-website
27 lines
948 B
JSON
27 lines
948 B
JSON
|
{
|
||
|
"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.
|
||
|
]
|
||
|
}
|