diff --git a/extensions/shellscript/package.json b/extensions/shellscript/package.json index f2b82e9f569c1b48086a9fc1d1c205fb20d99371..ef9014dc01d3a8bca13efad6242d0240de07e140 100644 --- a/extensions/shellscript/package.json +++ b/extensions/shellscript/package.json @@ -9,7 +9,7 @@ "contributes": { "languages": [{ "id": "shellscript", - "aliases": ["Shell Script (Bash)", "shellscript", "bash", "sh", "zsh"], + "aliases": ["Shell Script", "shellscript", "bash", "sh", "zsh"], "extensions": [".sh", ".bash", ".bashrc", ".bash_aliases", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv", ".zsh-theme"], "filenames": ["PKGBUILD"], "firstLine": "^#!.*\\b(bash|zsh|sh|tcsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",