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

19 lines
558 B
JSON

// cSpell Settings
{
"id": "filetypes",
"name": "filetypes",
"readonly": true,
"description": "Filetypes dictionary for cspell.",
// List of dictionary files to add to the global list of dictionaries
"dictionaryDefinitions": [
{
"name": "filetypes",
"path": "./filetypes.txt.gz",
"description": "Filetypes dictionary for cspell."
}
],
// Dictionaries to always be used.
// Enable `filetypes` by default if this extension is imported.
"dictionaries": ["filetypes"]
}