You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement optimized styles for Java entities for the milestone backlog core 📦 language-java and language-scala packages.
The language-java package includes the .source.java-properties CSS class for Java Property styling.
Java
Primitive types (int, float, double, String, boolean ...) should differ from classes
Package imports should be colored
Classes should be colored
Annotations should be colored
The instanceof keyword should be colored as keyword
Brackets (<>) should be colored as special punctuations
Scala
Package imports should be colored
Import variables should be colored
Classes should be colored
Java Properties
Key Pairs should be colored
Meta punctuations should have the corresponding punctuations
The text was updated successfully, but these errors were encountered:
Implement optimized styles for Java entities for the milestone backlog core 📦
language-java
andlanguage-scala
packages.The
language-java
package includes the.source.java-properties
CSS class for Java Property styling.Java
int
,float
,double
,String
,boolean
...) should differ from classesinstanceof
keyword should be colored as keyword<>
) should be colored as special punctuationsScala
Java Properties
The text was updated successfully, but these errors were encountered: