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 269792 - LESS code of mixin call with one list parameter is not recognized as valid
Summary: LESS code of mixin call with one list parameter is not recognized as valid
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-10 12:06 UTC by bigbigllama
Modified: 2017-02-10 12:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (82.94 KB, text/plain)
2017-02-10 12:06 UTC, bigbigllama
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bigbigllama 2017-02-10 12:06:35 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
The valid LESS code (mixin call with one parameter which is a list):
foo{
    .bar(1,2,3;);
}
is not recognized as valid. 
the syntax highlighting in a more complex scenario with this issue is being removed.
Comment 1 bigbigllama 2017-02-10 12:06:38 UTC
Created attachment 163608 [details]
IDE log