mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
darwin: cli install/uninstall
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
"languages": [{
|
||||
"id": "shellscript",
|
||||
"aliases": ["Shell Script (Bash)", "shellscript"],
|
||||
"extensions": [".sh", ".bash", ".zsh", ".bashrc", ".bash_profile", ".bash_login", ".profile", ".bash_logout"],
|
||||
"extensions": [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile", ".bash_logout", ".zsh", ".zshrc"],
|
||||
"firstLine": "^#!.*\\b(bash|zsh|sh|tcsh)|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-",
|
||||
"configuration": "./shellscript.configuration.json"
|
||||
"configuration": "./shellscript.configuration.json",
|
||||
"mimetypes": ["text/x-shellscript"]
|
||||
}],
|
||||
"grammars": [{
|
||||
"language": "shellscript",
|
||||
|
||||
Reference in New Issue
Block a user