mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
[shellscript] update grammar to textmate/shellscript.tmbundle@2677fdc (2016-11-03)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"c": "#",
|
||||
"t": "comment.definition.line.number-sign.punctuation.shell",
|
||||
"c": "#!",
|
||||
"t": "comment.definition.line.punctuation.shebang.shell",
|
||||
"r": {
|
||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||
@@ -11,8 +11,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "!/usr/bin/env bash",
|
||||
"t": "comment.line.number-sign.shell",
|
||||
"c": "/usr/bin/env bash",
|
||||
"t": "comment.line.shebang.shell",
|
||||
"r": {
|
||||
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.comment rgb(96, 139, 78)",
|
||||
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.comment rgb(0, 128, 0)",
|
||||
|
||||
Reference in New Issue
Block a user