Details
Description
When parsing an .scss file, after the first line with a namespaced variable has been encountered ("imported" through @use, see: https://sass-lang.com/documentation/at-rules/use) syntax highlighting, code completion, etc stop working after that.
Regarding the attached screenshot.
- Tooltip when hovering red dotted line says: "Unexpected token SEMI found"
- Tooltip says: "Unexpected token DOT found"
- All text black, no green/blue, no more syntax highlighting, code completion, etc
When re-saving the main scss file, the file does get compiled by dart sass to a valid CSS file without any issues/errors.
Attachments
Attachments
Issue Links
- is duplicated by
-
NETBEANS-6267 Dart-Sass 1.44, Apache-NetBeans 12.5, MacOS Monterey - does not recognise @use or @forward
- Closed