Skip to content

Commit ad8d0c2

Browse files
authored
Merge pull request #73231 from whittlec/qsh
Add 'qsh' as a valid shellscript firstline
2 parents 629b5a0 + 6764b4c commit ad8d0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/shellscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"aliases": ["Shell Script", "shellscript", "bash", "sh", "zsh", "ksh"],
1515
"extensions": [".sh", ".bash", ".bashrc", ".bash_aliases", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv", ".zsh-theme", ".ksh"],
1616
"filenames": ["PKGBUILD"],
17-
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh|ksh|ash).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
17+
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh|ksh|ash|qsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
1818
"configuration": "./language-configuration.json",
1919
"mimetypes": ["text/x-shellscript"]
2020
}],

0 commit comments

Comments
 (0)