@cspell/dict-shell
Version:
Shell Script dictionary for cspell.
32 lines (31 loc) • 773 B
JSON
{
"id": "shellscript",
"name": "ShellScript",
"description": "ShellScript dictionary.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "bash",
"path": "./dict/bash-words.txt",
"description": "Bash dictionary."
},
{
"name": "shellscript",
"path": "./dict/shell-all-words.txt",
"description": "ShellScript dictionary."
}
],
"dictionaries": [],
"languageSettings": [
{
"languageId": "shellscript",
"locale": "*",
"dictionaries": ["shellscript"]
},
{
"languageId": "bashscript",
"locale": "*",
"dictionaries": ["bash"]
}
]
}