You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2021/09/20 17:25:03 UTC

[netbeans] branch master updated (5bbe80c -> a9ad6cb)

This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 5bbe80c  Merge pull request #3153 from matthiasblaesing/lsp_client
     new 3a64a84  [NETBEANS-5449] Ensure @forward and @use in SCSS files can be parsed
     new 309f84e  [NETBEANS-4290] Enable usage of SCSS string interpolation in combination with parent (&) selector
     new caee319  [NETBEANS-4290] Enable usage multiple selectors in @extend
     new a9ad6cb  Merge pull request #3092 from matthiasblaesing/scss_improvements

The 5885 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/org/netbeans/modules/css/lib/Css3.g        |    70 +-
 .../org/netbeans/modules/css/lib/Css3Lexer.java    |  7016 +--
 .../org/netbeans/modules/css/lib/Css3Parser.java   | 57132 ++++++++++---------
 .../netbeans/modules/css/lib/api/CssTokenId.java   |     4 +-
 .../org/netbeans/modules/css/lib/api/NodeType.java |    17 +
 .../modules/css/lib/Css3ParserScssTest.java        |    28 +
 6 files changed, 33471 insertions(+), 30796 deletions(-)

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