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
Describe the bug The number "2" in <Feather.Share2 /> is not highlighted, but it works when used directly
<Feather.Share2 />
I'm still not sure if this is Svelte specific or just VS Code, feel free to close this if it isn't
To Reproduce Steps to reproduce the behavior:
Expected behavior Numbers is highlighted correctly when accessed directly from a namespace
System (please complete the following information):
The text was updated successfully, but these errors were encountered:
Most likely something wrong in the tml file https://github.com/sveltejs/language-tools/blob/master/packages/svelte-vscode/syntaxes/svelte.tmLanguage.json
Sorry, something went wrong.
(fix) syntax highlighting for namespaced svelte components
5f4b139
#599
No branches or pull requests
Describe the bug
The number "2" in
<Feather.Share2 />
is not highlighted, but it works when used directlyI'm still not sure if this is Svelte specific or just VS Code, feel free to close this if it isn't
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Numbers is highlighted correctly when accessed directly from a namespace
System (please complete the following information):
The text was updated successfully, but these errors were encountered: