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

Summary: LESS code of mixin call with one list parameter is not recognized as valid
Product: ide Reporter: bigbigllama
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

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