We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9db9720 + d2c4d00 commit 2804755Copy full SHA for 2804755
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_aliases", ".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", ".zsh-theme"],
14
"filenames": ["PKGBUILD"],
15
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
16
"configuration": "./language-configuration.json",
0 commit comments