[TxMt] Bug in syntax highlighting of Java bundle

Trevor Harmon trevor at vocaro.com
Sun Aug 31 03:28:57 UTC 2008


Using the latest Java bundle, strings are not highlighted correctly:

public class Foo
{
	void bar(Object baz)
	{
		throw new RuntimeException(baz.toString() + "; void");
	}
}

Trevor




More information about the textmate mailing list