{
  "name": "shellscript",
  "version": "1.0.0",
  "description": "%description%",
  "license": "MIT",
  "contributes": {
    "languages": [
      {
        "id": "shellscript",
        "aliases": [
          "Shell Script",
          "shellscript",
          "bash",
          "fish",
          "sh",
          "zsh",
          "ksh",
          "csh"
        ],
        "extensions": [
          ".sh",
          ".bash",
          ".bashrc",
          ".bash_aliases",
          ".bash_profile",
          ".bash_login",
          ".ebuild",
          ".profile",
          ".bash_logout",
          ".xprofile",
          ".xsession",
          ".xsessionrc",
          ".Xsession",
          ".zsh",
          ".zshrc",
          ".zprofile",
          ".zlogin",
          ".zlogout",
          ".zshenv",
          ".zsh-theme",
          ".fish",
          ".ksh",
          ".csh",
          ".cshrc",
          ".tcshrc",
          ".yashrc",
          ".yash_profile"
        ],
        "filenames": [
          "APKBUILD",
          "PKGBUILD",
          ".envrc",
          ".hushlogin",
          "zshrc",
          "zshenv",
          "zlogin",
          "zprofile",
          "zlogout",
          "bashrc_Apple_Terminal",
          "zshrc_Apple_Terminal"
        ],
        "filenamePatterns": [
          ".env.*"
        ],
        "firstLine": "^#!.*\\b(bash|fish|zsh|sh|ksh|dtksh|pdksh|mksh|ash|dash|yash|sh|csh|jcsh|tcsh|itcsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
        "configuration": "./language-configuration.json",
        "mimetypes": [
          "text/x-shellscript"
        ]
      }
    ],
    "grammars": [
      {
        "language": "shellscript",
        "scopeName": "source.shell",
        "path": "./syntaxes/shell-unix-bash.tmLanguage.json",
        "balancedBracketScopes": [
          "*"
        ],
        "unbalancedBracketScopes": [
          "meta.scope.case-pattern.shell"
        ]
      }
    ],
    "configurationDefaults": {
      "[shellscript]": {
        "files.eol": "\n"
      }
    }
  }
}
