Skip to content

Commit 10927a8

Browse files
committed
Allow bash, sh, zsh as language hints for shellscript
1 parent 1a3af05 commit 10927a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/shellscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"contributes": {
77
"languages": [{
88
"id": "shellscript",
9-
"aliases": ["Shell Script (Bash)", "shellscript"],
9+
"aliases": ["Shell Script (Bash)", "shellscript", "bash", "sh", "zsh"],
1010
"extensions": [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile", ".bash_logout", ".zsh", ".zshrc"],
1111
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh)|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
1212
"configuration": "./shellscript.configuration.json",

0 commit comments

Comments
 (0)