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 - <editor-fold> not working in SCSS files
Summary: <editor-fold> not working in SCSS files
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal with 3 votes (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-25 12:44 UTC by ThomasLandauer
Modified: 2017-01-07 21:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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> */