Skip to content

Conversation

@MarcPorciuncula
Copy link
Collaborator

Many modern web frameworks disambiguate their own custom tags from native html tags by capitalising the name of the tag. For example, I am using React and Next.js, which exposes a Link component. When I try to autocomplete a Link tag, it is registered by less-than-slash as a self closing link tag and ignored, usually giving me an incorrect completion.

Making tag matching case sensitive will fix this issue.

@MarcPorciuncula MarcPorciuncula requested a review from mrhanlon May 9, 2018 05:45
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.

2 participants