Skip to content

Commit

Permalink
Merge pull request #90825 from johnbillion/patch-1
Browse files Browse the repository at this point in the history
Treat .envrc files as Shell scripts
  • Loading branch information
aeschli authored Feb 18, 2020
2 parents b6e4587 + 97831cf commit 33545a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extensions/shellscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"id": "shellscript",
"aliases": ["Shell Script", "shellscript", "bash", "sh", "zsh", "ksh"],
"extensions": [".sh", ".bash", ".bashrc", ".bash_aliases", ".bash_profile", ".bash_login", ".ebuild", ".install", ".profile", ".bash_logout", ".zsh", ".zshrc", ".zprofile", ".zlogin", ".zlogout", ".zshenv", ".zsh-theme", ".ksh"],
"filenames": ["APKBUILD", "PKGBUILD"],
"filenames": [
"APKBUILD",
"PKGBUILD",
".envrc"
],
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh|ksh|ash|qsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
"configuration": "./language-configuration.json",
"mimetypes": ["text/x-shellscript"]
Expand Down

0 comments on commit 33545a2

Please sign in to comment.