Himujjal / tree-sitter-svelte

Tree sitter grammar for Svelte
MIT License
77 stars 15 forks source link

Underline on class attributes #24

Closed dannylongeuay closed 2 years ago

dannylongeuay commented 2 years ago

Not sure if this related to the svelte parser specifically, but I am seeing random underlines on class attributes.

Example:

image

I do also see this in standard html as well:

image

I was curious if you have any insights as to what is going on here? Underline on the href make sense to me, but underlines on the class or id attribute seems strange.

dannylongeuay commented 2 years ago

This is fixed in nightly.