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 258144

Summary: <editor-fold> not working in SCSS files
Product: editor Reporter: ThomasLandauer
Component: Code foldingAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description ThomasLandauer 2016-02-25 12:44:42 UTC
I'm not sure if this is a bug or an enhancement :-)

Custom code folds - as explained here http://wiki.netbeans.org/FaqCustomCodeFolds - are not working in .scss files.

I tried the general syntax:
// <editor-fold>
...
// </editor-fold>

And the CSS syntax (which does work in .css files):
/* <editor-fold> */
...
/* </editor-fold> */