java.tmbundle
java.tmbundle copied to clipboard
Add record keyword
As of Java 16 Java supports a new class type known as records. This means a new keyword called "record". Adding this into the Java syntax. for compatibility. This should fix #64.