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/05/01 09:34:00 UTC

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

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