| [#1036] | project: eclipse-plugin | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Iulian | Sean | open | 2007-04-03 17:03:49.0 | |
| subject | Highlight problems with strings that contain '/*' | |||
| code |
def main(args: Array[String]): Unit = {
"/**"
this("is not a comment, but it's highlighted as if it were")
"*/"
} |
|||
| what happened | Funny enough, removing the "*/" line makes the highlighter happy again. |
|||
| what expected | Strings that contain comment start/end tokens should not influence highlighting. | |||
| [back to overview] | ||||
| Sean edited on 2007-04-22 04:12:55.0 |
| Can't fix using Java's syntax highlighter. Wait for the new plug-in. |