lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-public-licenses/cspell-ext.json

21 lines
678 B
JSON
Raw Normal View History

2024-04-27 03:39:10 +00:00
// cSpell Settings
{
"id": "public-licenses",
"version": "0.2",
"name": "Common Public Licenses",
"description": "Common Public Licenses dictionary for cspell.",
"readonly": true,
// List of dictionary files to add to the global list of dictionaries
"dictionaryDefinitions": [
{
"name": "public-licenses",
"path": "./public-licenses.txt.gz",
"description": "Common Public Licenses dictionary for cspell."
}
],
// Turn on the dictionary by default.
// It can be turned off using `"dictionaries": ["!public-licenses"]
"dictionaries": ["public-licenses"],
"languageSettings": []
}