java.tmbundle icon indicating copy to clipboard operation
java.tmbundle copied to clipboard

record not recognized as a keyword

Open RMSD opened this issue 3 years ago • 0 comments

record isn't highlighted as a keyword much like class would be:

public class ClassTest {
   public record RecordTest(String text) {
   }
}

RMSD avatar Mar 05 '22 02:03 RMSD