Skip to content

Commit

Permalink
Support for Java 'instanceof' operator and Java Generics highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
cweijan committed Dec 6, 2024
1 parent a7422dd commit 84e8b00
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions theme/onedark-modern.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,13 @@
"foreground": "#C792EA"
}
},
{
"name": "java instanceof",
"scope": "keyword.operator.instanceof.java",
"settings": {
"foreground": "#C792EA"
}
},
{
"name": "js/ts console",
"scope": "support.type.object.console",
Expand Down Expand Up @@ -670,6 +677,13 @@
"foreground": "#DBB979"
}
},
{
"name": "Java Generics",
"scope": "storage.type.generic.java",
"settings": {
"foreground": "#DBB979"
}
},
{
"name": "Classes",
"scope": "support.class, entity.name.type.class",
Expand Down

0 comments on commit 84e8b00

Please sign in to comment.