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: semantic highlight of the end tag of namespaced elements #4623

Merged
merged 3 commits into from
Aug 2, 2024

Conversation

KermanX
Copy link
Collaborator

@KermanX KermanX commented Jul 30, 2024

fix #3341

Previous Now
image image

The remaining problem is that renaming doesn't work. If you rename C in the script block, everything is fine. However, if C in <A.B.C is renamed to C123, it will become <C123123; if it's renamed to D, an error message "Rename failed to apply edits" will show.

@johnsoncodehk
Copy link
Member

LGTM, thanks!

@johnsoncodehk johnsoncodehk merged commit 321b5f5 into vuejs:master Aug 2, 2024
3 checks passed
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.

Wrong highlighting for namespaced components
2 participants