We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a3dcb commit 6764b4cCopy full SHA for 6764b4c
1 file changed
extensions/shellscript/package.json
@@ -14,7 +14,7 @@
14
"aliases": ["Shell Script", "shellscript", "bash", "sh", "zsh", "ksh"],
15
"extensions": [".sh", ".bash", ".bashrc", ".bash_aliases", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv", ".zsh-theme", ".ksh"],
16
"filenames": ["PKGBUILD"],
17
- "firstLine": "^#!.*\\b(bash|zsh|sh|tcsh|ksh|ash).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
+ "firstLine": "^#!.*\\b(bash|zsh|sh|tcsh|ksh|ash|qsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
18
"configuration": "./language-configuration.json",
19
"mimetypes": ["text/x-shellscript"]
20
}],
0 commit comments