java.tmbundle
java.tmbundle copied to clipboard
Add yield keyword
Fixes #61 (Has examples of the issue).
Adding the java 13 yield keyword. Details of the keyword: https://docs.oracle.com/en/java/javase/13/language/switch-expressions.html
As it's a break statement that does return a value in a switch, I've put it in that block.