{
    "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"]
        }
    ]
}
