Skip to content

Commit

Permalink
Fix color for logical operator keywords in C#
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed May 30, 2022
1 parent 0bd2b01 commit 6bda8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Brackets Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
// C# specific rules
{
"name": "C# operator keyword",
"scope": "source.cs keyword.operator.new, source.cs keyword.operator.reflection",
"scope": "source.cs keyword.operator.new, source.cs keyword.operator.reflection, source.cs keyword.operator.logical - meta.preprocessor",
"foreground": "var(operator_keyword)"
},
{
Expand Down
2 changes: 1 addition & 1 deletion Brackets Light.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
// C# specific rules
{
"name": "C# operator keyword",
"scope": "source.cs keyword.operator.new, source.cs keyword.operator.reflection",
"scope": "source.cs keyword.operator.new, source.cs keyword.operator.reflection, source.cs keyword.operator.logical - meta.preprocessor",
"foreground": "var(operator_keyword)"
},
{
Expand Down

0 comments on commit 6bda8c3

Please sign in to comment.