[
https://issues.apache.org/jira/browse/NETBEANS-141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16251318#comment-16251318
]
Christian Lenz commented on NETBEANS-141:
-----------------------------------------
If you hover line 25, you see a lot of Unexpected token.
> Please add support for the lang attribute in style tag
> ------------------------------------------------------
>
> Key: NETBEANS-141
> URL: https://issues.apache.org/jira/browse/NETBEANS-141
> Project: NetBeans
> Issue Type: Improvement
> Components: web - CSS Preprocessors (SASS, LESS, ...), web - HTML
> Editor
> Reporter: Christian Lenz
> Attachments: scss-in-html.png
>
>
> It is not possible to write SCSS inside a HTML file, when you set the lang
> attribute to scss:
> {code}
> <style lang="scss">
> @test: 200px;
> body {
> div {
> color: green;
> }
> }
> </style>
> {code}
> There is no problem, when I cascade only selectors into each other. The
> problem occurs while creating a variable. See my screenshot for what I mean.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)