We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9961aa2 commit 64a05e0Copy full SHA for 64a05e0
1 file changed
extensions/shellscript/package.json
@@ -10,7 +10,7 @@
10
"languages": [{
11
"id": "shellscript",
12
"aliases": ["Shell Script (Bash)", "shellscript", "bash", "sh", "zsh"],
13
- "extensions": [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv"],
+ "extensions": [".sh", ".bash", ".bashrc", ".bash_aliases", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv"],
14
"filenames": ["PKGBUILD"],
15
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh)|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
16
"configuration": "./language-configuration.json",
0 commit comments