Modify ↓
Opened 13 years ago
Closed 13 years ago
#10638 closed defect (cantfix)
Incorrect syntax highlighting for java when there's a method after a &&
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | rendering | Version: | 0.12.2 |
Severity: | minor | Keywords: | java syntax highlighting |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When there is a methods return value used after a &&, the methods name will not be highlighted. I have seen this on the following site: http://buildcraft.trac.cvsdude.com/buildcraft/browser/trunk/buildcraft/common/net/minecraft/src/buildcraft/api/BptBlock.java it's on the bottom of this file; it's the method starMatch repeated a few times behind a &&.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Trac is using the Pygments library for syntax highlighting, so this is an issue with Pygments. Please report it in their issue tracker. Thanks.