Skip to content

Commit 2804755

Browse files
authored
Merge pull request #15489 from itiut/add-zsh-theme-to-shellscript-extensions
Add .zsh-theme to shellscript extensions
2 parents 9db9720 + d2c4d00 commit 2804755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/shellscript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"languages": [{
1111
"id": "shellscript",
1212
"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"],
13+
"extensions": [".sh", ".bash", ".bashrc", ".bash_aliases", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv", ".zsh-theme"],
1414
"filenames": ["PKGBUILD"],
1515
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
1616
"configuration": "./language-configuration.json",

0 commit comments

Comments
 (0)