From a33d16d97e8a9f45db7848317cae9e146e56b1fe Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Tue, 12 May 2020 17:44:39 -0400 Subject: [PATCH] Convert extension array to multiline array --- extensions/shellscript/package.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/extensions/shellscript/package.json b/extensions/shellscript/package.json index 207ae27aa1b..7c174f77af3 100644 --- a/extensions/shellscript/package.json +++ b/extensions/shellscript/package.json @@ -13,7 +13,28 @@ "languages": [{ "id": "shellscript", "aliases": ["Shell Script", "shellscript", "bash", "sh", "zsh", "ksh", "csh"], - "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"], + "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" + ], "filenames": [ "APKBUILD", "PKGBUILD",