🆙 Add cms i using 🆙

This commit is contained in:
Remco
2025-11-25 22:42:56 +01:00
parent 94704e0925
commit d44196149e
35591 changed files with 3601123 additions and 0 deletions
@@ -0,0 +1,78 @@
{
"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
}