Skip to content

Commit 916f15b

Browse files
authored
Merge pull request microsoft#75706 from TBK/patch-1
Add support for APKBUILD
2 parents 300e4bd + bdc1fd4 commit 916f15b

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
@@ -14,7 +14,7 @@
1414
"id": "shellscript",
1515
"aliases": ["Shell Script", "shellscript", "bash", "sh", "zsh", "ksh"],
1616
"extensions": [".sh", ".bash", ".bashrc", ".bash_aliases", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv", ".zsh-theme", ".ksh"],
17-
"filenames": ["PKGBUILD"],
17+
"filenames": ["APKBUILD", "PKGBUILD"],
1818
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh|ksh|ash|qsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
1919
"configuration": "./language-configuration.json",
2020
"mimetypes": ["text/x-shellscript"]

0 commit comments

Comments
 (0)