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

Make default self closing tags case sensitive #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

1 participant