Skip to content

Commit 64a05e0

Browse files
authored
Added .bash_aliases to recognised extensions
1 parent 9961aa2 commit 64a05e0

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
@@ -10,7 +10,7 @@
1010
"languages": [{
1111
"id": "shellscript",
1212
"aliases": ["Shell Script (Bash)", "shellscript", "bash", "sh", "zsh"],
13-
"extensions": [".sh", ".bash", ".bashrc", ".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"],
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)