@cspell/dict-filetypes
Version:
Filetypes dictionary for cspell.
19 lines (18 loc) • 539 B
JSON
// cSpell Settings
{
"id": "filetypes",
"name": "File Types",
"readonly": true,
"description": "File types dictionary.",
// List of dictionary files to add to the global list of dictionaries
"dictionaryDefinitions": [
{
"name": "filetypes",
"path": "./filetypes.txt.gz",
"description": "File types dictionary."
}
],
// Dictionaries to always be used.
// Enable `filetypes` by default if this extension is imported.
"dictionaries": ["filetypes"]
}