mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Update grammars (#192749)
This commit is contained in:
@@ -1,21 +1,7 @@
|
||||
[
|
||||
{
|
||||
"c": "%",
|
||||
"t": "text.bibtex comment.line.percentage.bibtex punctuation.definition.comment.bibtex",
|
||||
"r": {
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668",
|
||||
"dark_modern": "comment: #6A9955",
|
||||
"hc_light": "comment: #515151",
|
||||
"light_modern": "comment: #008000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": " a sample bibliography file",
|
||||
"t": "text.bibtex comment.line.percentage.bibtex",
|
||||
"c": "% a sample bibliography file",
|
||||
"t": "text.bibtex comment.block.bibtex",
|
||||
"r": {
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
@@ -29,7 +15,7 @@
|
||||
},
|
||||
{
|
||||
"c": "%",
|
||||
"t": "text.bibtex comment.line.percentage.bibtex punctuation.definition.comment.bibtex",
|
||||
"t": "text.bibtex comment.block.bibtex",
|
||||
"r": {
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
@@ -1386,8 +1372,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "%",
|
||||
"t": "text.bibtex comment.line.percentage.bibtex punctuation.definition.comment.bibtex",
|
||||
"c": "% The authors mentioned here are almost, but not quite,",
|
||||
"t": "text.bibtex comment.block.bibtex",
|
||||
"r": {
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
@@ -1400,36 +1386,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": " The authors mentioned here are almost, but not quite,",
|
||||
"t": "text.bibtex comment.line.percentage.bibtex",
|
||||
"r": {
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668",
|
||||
"dark_modern": "comment: #6A9955",
|
||||
"hc_light": "comment: #515151",
|
||||
"light_modern": "comment: #008000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "%",
|
||||
"t": "text.bibtex comment.line.percentage.bibtex punctuation.definition.comment.bibtex",
|
||||
"r": {
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668",
|
||||
"dark_modern": "comment: #6A9955",
|
||||
"hc_light": "comment: #515151",
|
||||
"light_modern": "comment: #008000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": " entirely unrelated to Matt Groening.",
|
||||
"t": "text.bibtex comment.line.percentage.bibtex",
|
||||
"c": "% entirely unrelated to Matt Groening.",
|
||||
"t": "text.bibtex comment.block.bibtex",
|
||||
"r": {
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
[
|
||||
{
|
||||
"c": "using",
|
||||
"t": "source.cs keyword.other.using.cs",
|
||||
"t": "source.cs keyword.other.directive.using.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword.other.using: #C586C0",
|
||||
"light_plus": "keyword.other.using: #AF00DB",
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword.other.using: #C586C0",
|
||||
"dark_modern": "keyword.other.using: #C586C0",
|
||||
"hc_light": "keyword.other.using: #B5200D",
|
||||
"light_modern": "keyword.other.using: #AF00DB"
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -57,16 +57,16 @@
|
||||
},
|
||||
{
|
||||
"c": "namespace",
|
||||
"t": "source.cs keyword.other.namespace.cs",
|
||||
"t": "source.cs storage.type.namespace.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
"dark_plus": "storage.type: #569CD6",
|
||||
"light_plus": "storage.type: #0000FF",
|
||||
"dark_vs": "storage.type: #569CD6",
|
||||
"light_vs": "storage.type: #0000FF",
|
||||
"hc_black": "storage.type: #569CD6",
|
||||
"dark_modern": "storage.type: #569CD6",
|
||||
"hc_light": "storage.type: #0F4A85",
|
||||
"light_modern": "storage.type: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -127,16 +127,16 @@
|
||||
},
|
||||
{
|
||||
"c": "class",
|
||||
"t": "source.cs keyword.other.class.cs",
|
||||
"t": "source.cs storage.type.class.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
"dark_plus": "storage.type: #569CD6",
|
||||
"light_plus": "storage.type: #0000FF",
|
||||
"dark_vs": "storage.type: #569CD6",
|
||||
"light_vs": "storage.type: #0000FF",
|
||||
"hc_black": "storage.type: #569CD6",
|
||||
"dark_modern": "storage.type: #569CD6",
|
||||
"hc_light": "storage.type: #0F4A85",
|
||||
"light_modern": "storage.type: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -211,7 +211,7 @@
|
||||
},
|
||||
{
|
||||
"c": "static",
|
||||
"t": "source.cs storage.modifier.cs",
|
||||
"t": "source.cs storage.modifier.static.cs",
|
||||
"r": {
|
||||
"dark_plus": "storage.modifier: #569CD6",
|
||||
"light_plus": "storage.modifier: #0000FF",
|
||||
@@ -239,7 +239,7 @@
|
||||
},
|
||||
{
|
||||
"c": "void",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.void.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
@@ -295,7 +295,7 @@
|
||||
},
|
||||
{
|
||||
"c": "string",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.string.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
@@ -421,7 +421,7 @@
|
||||
},
|
||||
{
|
||||
"c": "int",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.int.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
@@ -799,7 +799,7 @@
|
||||
},
|
||||
{
|
||||
"c": "const",
|
||||
"t": "source.cs storage.modifier.cs",
|
||||
"t": "source.cs storage.modifier.const.cs",
|
||||
"r": {
|
||||
"dark_plus": "storage.modifier: #569CD6",
|
||||
"light_plus": "storage.modifier: #0000FF",
|
||||
@@ -827,7 +827,7 @@
|
||||
},
|
||||
{
|
||||
"c": "double",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.double.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
@@ -1023,7 +1023,7 @@
|
||||
},
|
||||
{
|
||||
"c": "int",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.int.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
@@ -1177,7 +1177,7 @@
|
||||
},
|
||||
{
|
||||
"c": "double",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.double.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
@@ -1429,16 +1429,16 @@
|
||||
},
|
||||
{
|
||||
"c": " ",
|
||||
"t": "source.cs punctuation.whitespace.comment.leading.cs",
|
||||
"t": "source.cs comment.line.double-slash.cs punctuation.whitespace.comment.leading.cs",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668",
|
||||
"dark_modern": "comment: #6A9955",
|
||||
"hc_light": "comment: #515151",
|
||||
"light_modern": "comment: #008000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1751,7 +1751,7 @@
|
||||
},
|
||||
{
|
||||
"c": "public",
|
||||
"t": "source.cs storage.modifier.cs",
|
||||
"t": "source.cs storage.modifier.public.cs",
|
||||
"r": {
|
||||
"dark_plus": "storage.modifier: #569CD6",
|
||||
"light_plus": "storage.modifier: #0000FF",
|
||||
@@ -1779,7 +1779,7 @@
|
||||
},
|
||||
{
|
||||
"c": "void",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.void.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
@@ -1947,16 +1947,16 @@
|
||||
},
|
||||
{
|
||||
"c": "new",
|
||||
"t": "source.cs keyword.other.new.cs",
|
||||
"t": "source.cs keyword.operator.expression.new.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
"dark_plus": "keyword.operator.expression: #569CD6",
|
||||
"light_plus": "keyword.operator.expression: #0000FF",
|
||||
"dark_vs": "keyword.operator.expression: #569CD6",
|
||||
"light_vs": "keyword.operator.expression: #0000FF",
|
||||
"hc_black": "keyword.operator.expression: #569CD6",
|
||||
"dark_modern": "keyword.operator.expression: #569CD6",
|
||||
"hc_light": "keyword.operator.expression: #0F4A85",
|
||||
"light_modern": "keyword.operator.expression: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -2003,7 +2003,7 @@
|
||||
},
|
||||
{
|
||||
"c": "int",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.int.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
@@ -2115,7 +2115,7 @@
|
||||
},
|
||||
{
|
||||
"c": "int",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.int.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
@@ -2255,16 +2255,16 @@
|
||||
},
|
||||
{
|
||||
"c": "new",
|
||||
"t": "source.cs keyword.other.new.cs",
|
||||
"t": "source.cs keyword.operator.expression.new.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
"dark_plus": "keyword.operator.expression: #569CD6",
|
||||
"light_plus": "keyword.operator.expression: #0000FF",
|
||||
"dark_vs": "keyword.operator.expression: #569CD6",
|
||||
"light_vs": "keyword.operator.expression: #0000FF",
|
||||
"hc_black": "keyword.operator.expression: #569CD6",
|
||||
"dark_modern": "keyword.operator.expression: #569CD6",
|
||||
"hc_light": "keyword.operator.expression: #0F4A85",
|
||||
"light_modern": "keyword.operator.expression: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -2311,7 +2311,7 @@
|
||||
},
|
||||
{
|
||||
"c": "int",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.int.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
@@ -2423,7 +2423,7 @@
|
||||
},
|
||||
{
|
||||
"c": "int",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.int.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
@@ -2521,16 +2521,16 @@
|
||||
},
|
||||
{
|
||||
"c": "new",
|
||||
"t": "source.cs keyword.other.new.cs",
|
||||
"t": "source.cs keyword.operator.expression.new.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
"dark_plus": "keyword.operator.expression: #569CD6",
|
||||
"light_plus": "keyword.operator.expression: #0000FF",
|
||||
"dark_vs": "keyword.operator.expression: #569CD6",
|
||||
"light_vs": "keyword.operator.expression: #0000FF",
|
||||
"hc_black": "keyword.operator.expression: #569CD6",
|
||||
"dark_modern": "keyword.operator.expression: #569CD6",
|
||||
"hc_light": "keyword.operator.expression: #0F4A85",
|
||||
"light_modern": "keyword.operator.expression: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -2577,7 +2577,7 @@
|
||||
},
|
||||
{
|
||||
"c": "int",
|
||||
"t": "source.cs keyword.type.cs",
|
||||
"t": "source.cs keyword.type.int.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
|
||||
@@ -43,16 +43,16 @@
|
||||
},
|
||||
{
|
||||
"c": "var",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs keyword.other.var.cs",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs storage.type.var.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
"dark_plus": "storage.type: #569CD6",
|
||||
"light_plus": "storage.type: #0000FF",
|
||||
"dark_vs": "storage.type: #569CD6",
|
||||
"light_vs": "storage.type: #0000FF",
|
||||
"hc_black": "storage.type: #569CD6",
|
||||
"dark_modern": "storage.type: #569CD6",
|
||||
"hc_light": "storage.type: #0F4A85",
|
||||
"light_modern": "storage.type: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -169,16 +169,16 @@
|
||||
},
|
||||
{
|
||||
"c": "var",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs keyword.other.var.cs",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs storage.type.var.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
"dark_plus": "storage.type: #569CD6",
|
||||
"light_plus": "storage.type: #0000FF",
|
||||
"dark_vs": "storage.type: #569CD6",
|
||||
"light_vs": "storage.type: #0000FF",
|
||||
"hc_black": "storage.type: #569CD6",
|
||||
"dark_modern": "storage.type: #569CD6",
|
||||
"hc_light": "storage.type: #0F4A85",
|
||||
"light_modern": "storage.type: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -505,16 +505,16 @@
|
||||
},
|
||||
{
|
||||
"c": " ",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs meta.statement.if.razor meta.structure.razor.csharp.codeblock punctuation.whitespace.comment.leading.cs",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs meta.statement.if.razor meta.structure.razor.csharp.codeblock comment.line.double-slash.cs punctuation.whitespace.comment.leading.cs",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668",
|
||||
"dark_modern": "comment: #6A9955",
|
||||
"hc_light": "comment: #515151",
|
||||
"light_modern": "comment: #008000"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -561,16 +561,16 @@
|
||||
},
|
||||
{
|
||||
"c": "var",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs meta.statement.if.razor meta.structure.razor.csharp.codeblock keyword.other.var.cs",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs meta.statement.if.razor meta.structure.razor.csharp.codeblock storage.type.var.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
"dark_plus": "storage.type: #569CD6",
|
||||
"light_plus": "storage.type: #0000FF",
|
||||
"dark_vs": "storage.type: #569CD6",
|
||||
"light_vs": "storage.type: #0000FF",
|
||||
"hc_black": "storage.type: #569CD6",
|
||||
"dark_modern": "storage.type: #569CD6",
|
||||
"hc_light": "storage.type: #0F4A85",
|
||||
"light_modern": "storage.type: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -757,16 +757,16 @@
|
||||
},
|
||||
{
|
||||
"c": "var",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs meta.statement.if.razor meta.structure.razor.csharp.codeblock keyword.other.var.cs",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs meta.statement.if.razor meta.structure.razor.csharp.codeblock storage.type.var.cs",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
"dark_plus": "storage.type: #569CD6",
|
||||
"light_plus": "storage.type: #0000FF",
|
||||
"dark_vs": "storage.type: #569CD6",
|
||||
"light_vs": "storage.type: #0000FF",
|
||||
"hc_black": "storage.type: #569CD6",
|
||||
"dark_modern": "storage.type: #569CD6",
|
||||
"hc_light": "storage.type: #0F4A85",
|
||||
"light_modern": "storage.type: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -939,16 +939,16 @@
|
||||
},
|
||||
{
|
||||
"c": " ",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs meta.statement.if.razor meta.structure.razor.csharp.codeblock punctuation.whitespace.comment.leading.cs",
|
||||
"t": "text.html.cshtml meta.structure.razor.codeblock source.cs meta.statement.if.razor meta.structure.razor.csharp.codeblock comment.line.double-slash.cs punctuation.whitespace.comment.leading.cs",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668",
|
||||
"dark_modern": "comment: #6A9955",
|
||||
"hc_light": "comment: #515151",
|
||||
"light_modern": "comment: #008000"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user