Skip to content

Commit

Permalink
Merge pull request #157654 from microsoft/tyriar/fish_lang
Browse files Browse the repository at this point in the history
Add .fish to shell script language
  • Loading branch information
Tyriar committed Aug 17, 2022
2 parents 478a5c6 + 5c2cbe2 commit 95d21cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/shellscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"Shell Script",
"shellscript",
"bash",
"fish",
"sh",
"zsh",
"ksh",
Expand All @@ -45,6 +46,7 @@
".zlogout",
".zshenv",
".zsh-theme",
".fish",
".ksh",
".csh",
".cshrc",
Expand All @@ -65,7 +67,7 @@
"bashrc_Apple_Terminal",
"zshrc_Apple_Terminal"
],
"firstLine": "^#!.*\\b(bash|zsh|sh|ksh|dtksh|pdksh|mksh|ash|dash|yash|sh|csh|jcsh|tcsh|itcsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
"firstLine": "^#!.*\\b(bash|fish|zsh|sh|ksh|dtksh|pdksh|mksh|ash|dash|yash|sh|csh|jcsh|tcsh|itcsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
"configuration": "./language-configuration.json",
"mimetypes": [
"text/x-shellscript"
Expand Down

0 comments on commit 95d21cb

Please sign in to comment.