You've already forked Epicnabbo-Catalogus-Updated-Daily
79 lines
1.1 KiB
JSON
79 lines
1.1 KiB
JSON
{
|
|
"name": "Shell",
|
|
"type": "programming",
|
|
"color": "#89e051",
|
|
"aliases": [
|
|
"sh",
|
|
"shell-script",
|
|
"bash",
|
|
"zsh"
|
|
],
|
|
"extensions": [
|
|
".sh",
|
|
".bash",
|
|
".bats",
|
|
".cgi",
|
|
".command",
|
|
".env",
|
|
".fcgi",
|
|
".ksh",
|
|
".sh.in",
|
|
".tmux",
|
|
".tool",
|
|
".zsh",
|
|
".zsh-theme"
|
|
],
|
|
"filenames": [
|
|
".bash_aliases",
|
|
".bash_history",
|
|
".bash_logout",
|
|
".bash_profile",
|
|
".bashrc",
|
|
".cshrc",
|
|
".env",
|
|
".env.example",
|
|
".flaskenv",
|
|
".kshrc",
|
|
".login",
|
|
".profile",
|
|
".zlogin",
|
|
".zlogout",
|
|
".zprofile",
|
|
".zshenv",
|
|
".zshrc",
|
|
"9fs",
|
|
"PKGBUILD",
|
|
"bash_aliases",
|
|
"bash_logout",
|
|
"bash_profile",
|
|
"bashrc",
|
|
"cshrc",
|
|
"gradlew",
|
|
"kshrc",
|
|
"login",
|
|
"man",
|
|
"profile",
|
|
"zlogin",
|
|
"zlogout",
|
|
"zprofile",
|
|
"zshenv",
|
|
"zshrc"
|
|
],
|
|
"interpreters": [
|
|
"ash",
|
|
"bash",
|
|
"dash",
|
|
"ksh",
|
|
"mksh",
|
|
"pdksh",
|
|
"rc",
|
|
"sh",
|
|
"zsh"
|
|
],
|
|
"tmScope": "source.shell",
|
|
"aceMode": "sh",
|
|
"codemirrorMode": "shell",
|
|
"codemirrorMimeType": "text/x-sh",
|
|
"languageId": 346
|
|
}
|