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 256576 - SASS error hint when defining maps
Summary: SASS error hint when defining maps
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-13 08:46 UTC by hegedusarpad
Modified: 2016-02-18 02:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hegedusarpad 2015-11-13 08:46:12 UTC
When I create a sass map, it compiles without errors, but the hint shows error:

My SASS:
$a: (quote(bg color): black);

The error: 
Unexpected token COLON found
Unexpected token RPAREN found
Comment 1 Milutin Kristofic 2016-02-17 15:13:43 UTC
I added support for functions in sass maps. Fixed in dev build http://hg.netbeans.org/web-main/rev/4982b41465dc
Comment 2 Quality Engineering 2016-02-18 02:34:32 UTC
Integrated into 'main-silver', will be available in build *201602180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4982b41465dc
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #256576 - SASS error hint when defining maps