diff --git a/extensions/shellscript/package.json b/extensions/shellscript/package.json index cf263f1557d..635196d327c 100644 --- a/extensions/shellscript/package.json +++ b/extensions/shellscript/package.json @@ -7,7 +7,8 @@ "languages": [{ "id": "shellscript", "aliases": ["Shell Script (Bash)", "shellscript", "bash", "sh", "zsh"], - "extensions": [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv"], + "extensions": [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv"], + "filenames": ["PKGBUILD"], "firstLine": "^#!.*\\b(bash|zsh|sh|tcsh)|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-", "configuration": "./shellscript.configuration.json", "mimetypes": ["text/x-shellscript"] @@ -18,4 +19,4 @@ "path": "./syntaxes/Shell-Unix-Bash.tmLanguage" }] } -} \ No newline at end of file +}