Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css after Sass '@each' Incorrect syntax highlighting #5145

Open
fullmooooon opened this issue Jan 25, 2025 · 0 comments
Open

css after Sass '@each' Incorrect syntax highlighting #5145

fullmooooon opened this issue Jan 25, 2025 · 0 comments

Comments

@fullmooooon
Copy link

Vue - Official extension or vue-tsc version

2.2.0

VSCode version

1.96.4

Vue version

3.3.4

TypeScript version

5.8.20250124

System Info

package.json dependencies

Steps to reproduce

<template></template>

<script lang="ts" setup></script>

<style scoped lang="scss">
@use 'sass:list';

$colors: (
  "WAITING": (var(--el-color-warning-light-9), var(--el-color-warning-light-3)),
  "COMPLETED": (var(--el-color-success-light-9), var(--el-color-success-light-3)),
);

@each $status, $colors-pair in $colors {
}
</style>
<style scoped>

</style>

What is expected?

after sass @each highlight correctly

What is actually happening?

Incorrect highlighting

Image

Link to minimal reproduction

No response

Any additional comments?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants