[
https://issues.apache.org/jira/browse/NETBEANS-4290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17396221#comment-17396221
]
Matthias Bläsing commented on NETBEANS-4290:
--------------------------------------------
[~sKopheK] [~s42] please have a look at:
https://github.com/apache/netbeans/pull/3092
The test build can be found here:
https://doppel-helix.eu/NetBeans-dev-20210809-caee319b03dd-release.zip
This will not change the behavior regarding the url token/function. I have not
yet an idea how I can change the behavior of the antlr3 grammar, so it can
match the expected behavior.
> SCSS interpolation is not supported
> -----------------------------------
>
> 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: 12.0, 11.2
> Environment: Win10
> Reporter: Libor
> Assignee: Matthias Bläsing
> 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:css}
> $i: 1;
> .selector
> {
> &--#{$i} // <-- Unexpected token HASH_SYMBOL found
> {
> ...
> }
> &__#{$i} // <-- Unexpected token IDENT 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists