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

Mixed case attribute names have different coloring #104

Open
aeschli opened this issue Jul 25, 2019 · 1 comment
Open

Mixed case attribute names have different coloring #104

aeschli opened this issue Jul 25, 2019 · 1 comment

Comments

@aeschli
Copy link
Contributor

aeschli commented Jul 25, 2019

From microsoft/vscode#77889
**VSCode Screenshot **

Screenshot

Steps to Reproduce:

  1. Use attributes with and without upper casing onClick, onclick, etc.
<div onchange="test()"> </div>
<div onChange="test()"> </div>
  1. Colors are different. onClick is an 'unknown' attribute
@KamasamaK
Copy link

Since tag names and attribute names are case insensitive, it should use a case insensitive matching for these.

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

No branches or pull requests

2 participants