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 IntelliSense following closing script/style tag containing whitespace #808

Merged
merged 1 commit into from Jun 27, 2023

Conversation

bradlc
Copy link
Contributor

@bradlc bradlc commented Jun 27, 2023

Fixes #800

This PR updates the pattern for closing script and style tags, so that IntelliSense continues to function following a closing tag containing whitespace, such as </script >:

<script></script >
<template>
  <span class="intellisense will work here now"></span>
</template>

@bradlc bradlc merged commit a6c19d7 into master Jun 27, 2023
@bradlc bradlc deleted the closing-script-tag-whitespace branch June 27, 2023 10:02
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.

vue3 not provide suggestions.
1 participant