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
<component.dot.notation />
In Svelte 5 tags with a dot in it are counted as components. They should be highlighted as such from our textmate grammar.
adjust grammar
No response
The text was updated successfully, but these errors were encountered:
Uh this also reminded me: if you rename the symbol the component with dot notation is also left untouched.
{#each components as component} <component.default /> {/each}
If I rename component component.default is not renamed, I don't know if fixing the grammar will also fix this
component
component.default
Sorry, something went wrong.
fix: properly highlight svelte 5 <component.dot.notation /> (#2552)
8e7d7ef
#2525
No branches or pull requests
Description
In Svelte 5 tags with a dot in it are counted as components. They should be highlighted as such from our textmate grammar.
Proposed solution
adjust grammar
Alternatives
No response
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: