We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3af05 commit 10927a8Copy full SHA for 10927a8
1 file changed
extensions/shellscript/package.json
@@ -6,7 +6,7 @@
6
"contributes": {
7
"languages": [{
8
"id": "shellscript",
9
- "aliases": ["Shell Script (Bash)", "shellscript"],
+ "aliases": ["Shell Script (Bash)", "shellscript", "bash", "sh", "zsh"],
10
"extensions": [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile", ".bash_logout", ".zsh", ".zshrc"],
11
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh)|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
12
"configuration": "./shellscript.configuration.json",
0 commit comments