[SVN] Bugs in Java syntax highlighting
Trevor Harmon
trevor at vocaro.com
Mon Oct 2 20:50:57 UTC 2006
There are two bugs in the syntax highlighting for the Java bundle.
One is here:
http://macromates.com/ticket/show?ticket_id=89E5F691
The other can be seen if you type something like this:
MYCLASS.callMyStaticMethod();
MyClass.callMyStaticMethod();
In the above two lines, the first one is highlighted as a constant,
even though it's a class name. The second is highlighted correctly.
Unfortunately, I suppose this will be very difficult to fix because
MYCLASS could legally be either a class or a constant, depending on
how it's defined.
Trevor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2363 bytes
Desc: not available
URL: <http://lists.macromates.com/textmate-dev/attachments/20061002/93afbdd0/attachment.p7s>
More information about the textmate-dev
mailing list