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",
"shellscript",
"bash",
"fish",
"sh",
"zsh",
"ksh",
@ -45,6 +46,7 @@
".zlogout",
".zshenv",
".zsh-theme",
".fish",
".ksh",
".csh",
".cshrc",
@ -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"