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

Libor updated NETBEANS-4290:
----------------------------
    Description: 
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.

  was:
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
    {
        ...
    }
}               // <-- Unexpected token RBRACE 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.


> 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: 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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to