You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Libor (Jira)" <ji...@apache.org> on 2020/07/07 18:48:00 UTC

[jira] [Updated] (NETBEANS-4290) SCSS highlighting error

     [ https://issues.apache.org/jira/browse/NETBEANS-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Libor updated NETBEANS-4290:
----------------------------
    Affects Version/s: 12.0

> 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:java}
> $i: 1;
> .selector
> {
>     &--#{$i}    // <-- Unexpected token HASH_SYMBOL found
>     {
>         ...
>     }
>     &__#{$i}    // <-- Unexpected token IDENT found
>     {
>         ...
>     }
> }
> 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists