We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.2.0
1.96.4
3.3.4
5.8.20250124
<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>
after sass @each highlight correctly
@each
Incorrect highlighting
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
What is expected?
after sass
@each
highlight correctlyWhat is actually happening?
Incorrect highlighting
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: