Skip to content

Commit a33d16d

Browse files
committed
Convert extension array to multiline array
1 parent f25c779 commit a33d16d

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

extensions/shellscript/package.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,28 @@
1313
"languages": [{
1414
"id": "shellscript",
1515
"aliases": ["Shell Script", "shellscript", "bash", "sh", "zsh", "ksh", "csh"],
16-
"extensions": [".sh", ".bash", ".bashrc", ".bash_aliases", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv", ".zsh-theme", ".ksh", ".csh", ".cshrc"],
16+
"extensions": [
17+
".sh",
18+
".bash",
19+
".bashrc",
20+
".bash_aliases",
21+
".bash_profile",
22+
".bash_login",
23+
".ebuild",
24+
".install",
25+
".profile",
26+
".bash_logout",
27+
".zsh",
28+
".zshrc",
29+
".zprofile",
30+
".zlogin",
31+
".zlogout",
32+
".zshenv",
33+
".zsh-theme",
34+
".ksh",
35+
".csh",
36+
".cshrc"
37+
],
1738
"filenames": [
1839
"APKBUILD",
1940
"PKGBUILD",

0 commit comments

Comments
 (0)