Skip to content

Commit dd38b29

Browse files
committed
Update package.json
1 parent 5d0a376 commit dd38b29

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

extensions/shellscript/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"languages": [{
88
"id": "shellscript",
99
"aliases": ["Shell Script (Bash)", "shellscript", "bash", "sh", "zsh"],
10-
"extensions": [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv"],
10+
"extensions": [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv"],
11+
"filenames": ["PKGBUILD"],
1112
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh)|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
1213
"configuration": "./shellscript.configuration.json",
1314
"mimetypes": ["text/x-shellscript"]
@@ -18,4 +19,4 @@
1819
"path": "./syntaxes/Shell-Unix-Bash.tmLanguage"
1920
}]
2021
}
21-
}
22+
}

0 commit comments

Comments
 (0)