Add .fish to shell script language

This commit is contained in:
Daniel Imms 2022-08-09 08:19:27 -07:00
parent 5a180f6a9e
commit 5c2cbe2b7d
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -19,6 +19,7 @@
"Shell Script", "Shell Script",
"shellscript", "shellscript",
"bash", "bash",
"fish",
"sh", "sh",
"zsh", "zsh",
"ksh", "ksh",
@ -45,6 +46,7 @@
".zlogout", ".zlogout",
".zshenv", ".zshenv",
".zsh-theme", ".zsh-theme",
".fish",
".ksh", ".ksh",
".csh", ".csh",
".cshrc", ".cshrc",
@ -65,7 +67,7 @@
"bashrc_Apple_Terminal", "bashrc_Apple_Terminal",
"zshrc_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", "configuration": "./language-configuration.json",
"mimetypes": [ "mimetypes": [
"text/x-shellscript" "text/x-shellscript"