Start adding more letters within the {{ 'xx' }} string
What is expected?
The semantic highlighting of the transition component is updated correctly.
What is actually happening?
The semantic highlighting of the transition component shifts while typing and doesn't update by itself. A change somewhere else in the document is needed to update it.
Vue - Official extension or vue-tsc version
v2.1.6
VSCode version
1.94.0
Vue version
3
TypeScript version
5.4.5
System Info
No response
package.json dependencies
No response
Steps to reproduce
{{ 'xx' }}
stringWhat is expected?
The semantic highlighting of the
transition
component is updated correctly.What is actually happening?
The semantic highlighting of the
transition
component shifts while typing and doesn't update by itself. A change somewhere else in the document is needed to update it.https://github.com/user-attachments/assets/ac19910b-ebf7-4d5c-830d-66ef1d479560
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-5g13xk?file=index.html,src%2FApp.vue&terminal=dev
Any additional comments?