[
https://issues.apache.org/jira/browse/NETBEANS-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17268272#comment-17268272
]
Geertjan Wielenga commented on NETBEANS-4290:
---------------------------------------------
Or, months.
> SCSS highlighting error
> -----------------------
>
> Key: NETBEANS-4290
> URL: https://issues.apache.org/jira/browse/NETBEANS-4290
> Project: NetBeans
> Issue Type: Bug
> Components: web - CSS Preprocessors (SASS, LESS, ...)
> Affects Versions: 12.0, 11.2
> Environment: Win10
> Reporter: Libor
> Priority: Major
> Labels: highlighter, sass
>
> Hello,
> for some time (I've been lazy/busy to report) the following code compiles
> fine, but marks SCSS files in editor as broken.
> Example code:
> {code:css}
> $i: 1;
> .selector
> {
> &--#{$i} // <-- Unexpected token HASH_SYMBOL found
> {
> ...
> }
> &__#{$i} // <-- Unexpected token IDENT found
> {
> ...
> }
> }
> {code}
> The real problem is, when a file is marked as with errors, compiler does not
> always detect changes and does not recompile when some of imported files
> changes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists