Libor created NETBEANS-4290:
-------------------------------

             Summary: 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


Hello,

for some time (I've been lazy/busy to report) the following code compiles fine, 
but makes SCSS files in editor break.

Example code:
{code:java}
$i: 1;
.selector
{
    &--#{$i}    // <-- Unexpected token HASH_SYMBOL found
    {
        ...
    }
}               // <-- Unexpected token RBRACE found
{code}



--
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