This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271116 - Syntax highlighting broken after comparison "i++ < x"
Summary: Syntax highlighting broken after comparison "i++ < x"
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-18 07:57 UTC by DavidH64
Modified: 2017-07-18 07:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Testcase (272 bytes, application/x-javascript)
2017-07-18 07:57 UTC, DavidH64
Details
Screenshot of Testcase (7.31 KB, image/png)
2017-07-18 07:57 UTC, DavidH64
Details
Reduced Testcase (176 bytes, application/x-javascript)
2017-07-18 07:58 UTC, DavidH64
Details

Note You need to log in before you can comment on or make changes to this bug.
Description DavidH64 2017-07-18 07:57:29 UTC
Created attachment 164784 [details]
Testcase

Syntax highlighting, mainly to distinguish comments and commented code, breaks after a comparison such as "i++ < 10".

See attachment for a more elaborate example.
Comment 1 DavidH64 2017-07-18 07:57:59 UTC
Created attachment 164785 [details]
Screenshot of Testcase
Comment 2 DavidH64 2017-07-18 07:58:28 UTC
Created attachment 164786 [details]
Reduced Testcase