Open
Description
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
Link to minimal reproduction
No response
Any additional comments?
No response
Activity