• In method signatures, lookahead up to a ‘{’ for a ; instead of all the way to the end of the line.
This allows `public void method() { return null; }` (a one line method and body), where previously the semicolon would break the match.
Changed:
U trunk/Bundles/Java.tmbundle/Syntaxes/Java.plist