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

fix(language-core): match classname before ) #4887

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

KazariEX
Copy link
Collaborator

To match selectors like :has(.checked).

For languages ​​like scss or less that have { } and ; syntax, try to exclude the content between { and ; to reduce the false matching rate.

Copy link

pkg-pr-new bot commented Sep 26, 2024

Open in Stackblitz

vue-component-meta

pnpm add https://pkg.pr.new/vuejs/language-tools/vue-component-meta@4887

@vue/language-core

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-core@4887

vue-component-type-helpers

pnpm add https://pkg.pr.new/vuejs/language-tools/vue-component-type-helpers@4887

@vue/language-plugin-pug

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-plugin-pug@4887

@vue/language-server

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-server@4887

@vue/language-service

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/language-service@4887

@vue/typescript-plugin

pnpm add https://pkg.pr.new/vuejs/language-tools/@vue/typescript-plugin@4887

vue-tsc

pnpm add https://pkg.pr.new/vuejs/language-tools/vue-tsc@4887

commit: 42ba65d

@johnsoncodehk johnsoncodehk merged commit 4efc6fa into vuejs:master Oct 24, 2024
5 checks passed
@KazariEX KazariEX deleted the fix/scoped-match-optimize branch October 24, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants