Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON does not allow trailing commas #7876

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions themes/vs2019_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
"variable.other.enummember"
],
"settings": {
"foreground": "#51B6C4",
"foreground": "#51B6C4"
}
},
{
Expand Down Expand Up @@ -641,7 +641,7 @@
"name": "Constant",
"scope": "variable.other.constant",
"settings": {
"foreground": "#D4D4D4",
"foreground": "#D4D4D4"
}
},
{
Expand Down Expand Up @@ -676,105 +676,105 @@
"name": "Struct",
"scope": "entity.name.type.struct",
"settings": {
"foreground": "#86C691",
"foreground": "#86C691"
}
},
{
"name": "Extension Method",
"scope": "entity.name.function.extension",
"settings": {
"foreground": "#DCDCAA",
"foreground": "#DCDCAA"
}
},
{
"name": "Xml Documentation Comment",
"scope": "comment.documentation",
"settings": {
"foreground": "#608B4E",
"foreground": "#608B4E"
}
},
{
"name": "Xml Documentation Comment Attribute",
"scope": "comment.documentation.attribute",
"settings": {
"foreground": "#C8C8C8",
"foreground": "#C8C8C8"
}
},
{
"name": "Xml Documentation Comment CDATA",
"scope": "comment.documentation.cdata",
"settings": {
"foreground": "#E9D585",
"foreground": "#E9D585"
}
},
{
"name": "Xml Documentation Comment Delimiter",
"scope": "comment.documentation.delimiter",
"settings": {
"foreground": "#808080",
"foreground": "#808080"
}
},
{
"name": "Xml Documentation Comment Name",
"scope": "comment.documentation.name",
"settings": {
"foreground": "#569CD6",
"foreground": "#569CD6"
}
},
{
"name": "RegEx Comment",
"scope": "string.regexp.comment.cs",
"settings": {
"foreground": "#57A64A",
"foreground": "#57A64A"
}
},
{
"name": "RegEx Character Class",
"scope": "constant.character.character-class.regexp.cs",
"settings": {
"foreground": "#2EABFE",
"foreground": "#2EABFE"
}
},
{
"name": "RegEx Anchor",
"scope": "keyword.control.anchor.regexp.cs",
"settings": {
"foreground": "#F979AE",
"foreground": "#F979AE"
}
},
{
"name": "RegEx Quantifier",
"scope": "keyword.operator.quantifier.regexp.cs",
"settings": {
"foreground": "#F979AE",
"foreground": "#F979AE"
}
},
{
"name": "RegEx Grouping",
"scope": "string.regexp.self-escaped-character.cs",
"settings": {
"foreground": "#05C3BA",
"foreground": "#05C3BA"
}
},
{
"name": "RegEx Alternation",
"scope": "keyword.operator.or.regexp.cs",
"settings": {
"foreground": "#05C3BA",
"foreground": "#05C3BA"
}
},
{
"name": "RegEx Self-Escaped Character",
"scope": "punctuation.definition.group.regexp.cs",
"settings": {
"foreground": "#D69D85",
"foreground": "#D69D85"
}
},
{
"name": "RegEx Other Escape",
"scope": "string.regexp.other-escape.cs",
"settings": {
"foreground": "#FFD68F",
"foreground": "#FFD68F"
}
},
{
Expand All @@ -783,6 +783,6 @@
"settings": {
"foreground": "#D69D85"
}
},
}
]
}
36 changes: 18 additions & 18 deletions themes/vs2019_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
"variable.other.enummember"
],
"settings": {
"foreground": "#328267",
"foreground": "#328267"
}
},
{
Expand Down Expand Up @@ -665,7 +665,7 @@
"name": "Constant",
"scope": "variable.other.constant",
"settings": {
"foreground": "#222222",
"foreground": "#222222"
}
},
{
Expand Down Expand Up @@ -700,105 +700,105 @@
"name": "Struct",
"scope": "entity.name.type.struct",
"settings": {
"foreground": "#267f99",
"foreground": "#267f99"
}
},
{
"name": "Extension Method",
"scope": "entity.name.function.extension",
"settings": {
"foreground": "#795E26",
"foreground": "#795E26"
}
},
{
"name": "Xml Documentation Comment",
"scope": "comment.documentation",
"settings": {
"foreground": "#008000",
"foreground": "#008000"
}
},
{
"name": "Xml Documentation Comment Attribute",
"scope": "comment.documentation.attribute",
"settings": {
"foreground": "#282828",
"foreground": "#282828"
}
},
{
"name": "Xml Documentation Comment CDATA",
"scope": "comment.documentation.cdata",
"settings": {
"foreground": "#808080",
"foreground": "#808080"
}
},
{
"name": "Xml Documentation Comment Delimiter",
"scope": "comment.documentation.delimiter",
"settings": {
"foreground": "#808080",
"foreground": "#808080"
}
},
{
"name": "Xml Documentation Comment Name",
"scope": "comment.documentation.name",
"settings": {
"foreground": "#808080",
"foreground": "#808080"
}
},
{
"name": "RegEx Comment",
"scope": "string.regexp.comment.cs",
"settings": {
"foreground": "#008000",
"foreground": "#008000"
}
},
{
"name": "RegEx Character Class",
"scope": "constant.character.character-class.regexp.cs",
"settings": {
"foreground": "#0073FF",
"foreground": "#0073FF"
}
},
{
"name": "RegEx Anchor",
"scope": "keyword.control.anchor.regexp.cs",
"settings": {
"foreground": "#FF00C1",
"foreground": "#FF00C1"
}
},
{
"name": "RegEx Quantifier",
"scope": "keyword.operator.quantifier.regexp.cs",
"settings": {
"foreground": "#FF00C1",
"foreground": "#FF00C1"
}
},
{
"name": "RegEx Grouping",
"scope": "string.regexp.self-escaped-character.cs",
"settings": {
"foreground": "#05C3BA",
"foreground": "#05C3BA"
}
},
{
"name": "RegEx Alternation",
"scope": "keyword.operator.or.regexp.cs",
"settings": {
"foreground": "#05C3BA",
"foreground": "#05C3BA"
}
},
{
"name": "RegEx Self-Escaped Character",
"scope": "punctuation.definition.group.regexp.cs",
"settings": {
"foreground": "#800000",
"foreground": "#800000"
}
},
{
"name": "RegEx Other Escape",
"scope": "string.regexp.other-escape.cs",
"settings": {
"foreground": "#9E5B71",
"foreground": "#9E5B71"
}
},
{
Expand All @@ -807,6 +807,6 @@
"settings": {
"foreground": "#800000"
}
},
}
]
}
Loading