{
    "id": "cspell-bundle",
    "version": "0.2",
    "name": "CSpell Dictionaries Bundle",
    "description": "Dictionaries included with the CSpell Command Line tool.",
    "readonly": true,
    "import": [
        "@cspell/dict-ada/cspell-ext.json",
        "@cspell/dict-al/cspell-ext.json",
        "@cspell/dict-aws/cspell-ext.json",
        "@cspell/dict-bash/cspell-ext.json",
        "@cspell/dict-companies/cspell-ext.json",
        "@cspell/dict-cpp/cspell-ext.json",
        "@cspell/dict-cryptocurrencies/cspell-ext.json",
        "@cspell/dict-csharp/cspell-ext.json",
        "@cspell/dict-css/cspell-ext.json",
        "@cspell/dict-dart/cspell-ext.json",
        "@cspell/dict-django/cspell-ext.json",
        "@cspell/dict-docker/cspell-ext.json",
        "@cspell/dict-dotnet/cspell-ext.json",
        "@cspell/dict-elixir/cspell-ext.json",
        "@cspell/dict-en-common-misspellings/cspell-ext.json",
        "@cspell/dict-en-gb-mit/cspell-ext.json",
        "@cspell/dict-en_us/cspell-ext.json",
        "@cspell/dict-filetypes/cspell-ext.json",
        "@cspell/dict-flutter/cspell-ext.json",
        "@cspell/dict-fonts/cspell-ext.json",
        "@cspell/dict-fsharp/cspell-ext.json",
        "@cspell/dict-fullstack/cspell-ext.json",
        "@cspell/dict-gaming-terms/cspell-ext.json",
        "@cspell/dict-git/cspell-ext.json",
        "@cspell/dict-golang/cspell-ext.json",
        "@cspell/dict-google/cspell-ext.json",
        "@cspell/dict-haskell/cspell-ext.json",
        "@cspell/dict-html-symbol-entities/cspell-ext.json",
        "@cspell/dict-html/cspell-ext.json",
        "@cspell/dict-java/cspell-ext.json",
        "@cspell/dict-julia/cspell-ext.json",
        "@cspell/dict-k8s/cspell-ext.json",
        "@cspell/dict-latex/cspell-ext.json",
        "@cspell/dict-lorem-ipsum/cspell-ext.json",
        "@cspell/dict-lua/cspell-ext.json",
        "@cspell/dict-makefile/cspell-ext.json",
        "@cspell/dict-markdown/cspell-ext.json",
        "@cspell/dict-monkeyc/cspell-ext.json",
        "@cspell/dict-node/cspell-ext.json",
        "@cspell/dict-npm/cspell-ext.json",
        "@cspell/dict-php/cspell-ext.json",
        "@cspell/dict-powershell/cspell-ext.json",
        "@cspell/dict-public-licenses/cspell-ext.json",
        "@cspell/dict-python/cspell-ext.json",
        "@cspell/dict-r/cspell-ext.json",
        "@cspell/dict-ruby/cspell-ext.json",
        "@cspell/dict-rust/cspell-ext.json",
        "@cspell/dict-scala/cspell-ext.json",
        "@cspell/dict-software-terms/cspell-ext.json",
        "@cspell/dict-sql/cspell-ext.json",
        "@cspell/dict-svelte/cspell-ext.json",
        "@cspell/dict-swift/cspell-ext.json",
        "@cspell/dict-terraform/cspell-ext.json",
        "@cspell/dict-typescript/cspell-ext.json",
        "@cspell/dict-vue/cspell-ext.json"
    ],
    "languageSettings": [
        {
            "languageId": "javascript,javascriptreact",
            "dictionaries": ["typescript", "node", "npm"]
        },
        {
            "languageId": "typescript,typescriptreact,mdx",
            "dictionaries": ["typescript", "node", "npm"]
        },
        {
            "languageId": "javascriptreact,typescriptreact,mdx",
            "dictionaries": ["html", "html-symbol-entities", "css", "fonts"]
        },
        {
            "languageId": "markdown,asciidoc",
            "dictionaries": ["npm", "html", "html-symbol-entities"]
        },
        {
            "languageId": "html,pug,jade,php,handlebars",
            "dictionaries": ["html", "fonts", "typescript", "css", "npm", "html-symbol-entities"]
        },
        {
            "languageId": "json,jsonc",
            "dictionaries": ["node", "npm"]
        },
        {
            "languageId": "php",
            "dictionaries": ["php"]
        },
        {
            "languageId": "css,less,scss",
            "dictionaries": ["fonts", "css"]
        },
        {
            "languageId": "map",
            "enabled": false
        },
        {
            "languageId": "image",
            "enabled": false
        },
        {
            "languageId": "binary",
            "enabled": false
        },
        {
            "languageId": "markdown,html,mdx",
            "ignoreRegExpList": ["HTML-symbol-entity"]
        },
        {
            "languageId": "html",
            "ignoreRegExpList": ["href"]
        }
    ]
}
