提交 24278156 编写于 作者: A Aditya Thakral

Support more shell script file extensions

上级 a33d16d9
...@@ -33,14 +33,25 @@ ...@@ -33,14 +33,25 @@
".zsh-theme", ".zsh-theme",
".ksh", ".ksh",
".csh", ".csh",
".cshrc" ".cshrc",
".tcshrc",
".yashrc",
".yash_profile"
], ],
"filenames": [ "filenames": [
"APKBUILD", "APKBUILD",
"PKGBUILD", "PKGBUILD",
".envrc" ".envrc",
], ".hushlogin",
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh|ksh|ash|qsh|csh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-", "zshrc",
"zshenv",
"zlogin",
"zprofile",
"zlogout",
"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[^*]*-\\*-",
"configuration": "./language-configuration.json", "configuration": "./language-configuration.json",
"mimetypes": ["text/x-shellscript"] "mimetypes": ["text/x-shellscript"]
}], }],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册