You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Ivan Borisov (JIRA)" <ji...@apache.org> on 2019/05/07 16:00:00 UTC

[jira] [Created] (NETBEANS-2513) LESS syntax checker display error when use each function

Ivan Borisov created NETBEANS-2513:
--------------------------------------

             Summary: LESS syntax checker display error when use each function
                 Key: NETBEANS-2513
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2513
             Project: NetBeans
          Issue Type: Bug
          Components: web - CSS Preprocessors (SASS, LESS, ...)
    Affects Versions: 10.0
         Environment: 
Product Version: Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9-Ubuntu-3ubuntu118.04.3
Runtime: OpenJDK Runtime Environment 11.0.2+9-Ubuntu-3ubuntu118.04.3
System: Linux version 4.18.0-18-generic running on amd64; UTF-8; bg_BG (nb)
User directory: /home/vankata/.netbeans/10.0
Cache directory: /home/vankata/.cache/netbeans/10.0
            Reporter: Ivan Borisov
         Attachments: Screenshot_20190507_184944.png

When use *each* function, syntax checker display error
{code:java}
@selectors: blue, green, red;

each(@selectors, {
  .sel-@{value} {
    a: b;
  }
});{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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