From dd38b292876b67796765ebfcdbcd402510c4d87e Mon Sep 17 00:00:00 2001 From: Brenton Horne Date: Fri, 20 May 2016 19:49:22 +1000 Subject: [PATCH] Update package.json --- extensions/shellscript/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}