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

Name matching should be case sensitive #35

Open
vOidSenses opened this issue Jun 29, 2019 · 0 comments
Open

Name matching should be case sensitive #35

vOidSenses opened this issue Jun 29, 2019 · 0 comments

Comments

@vOidSenses
Copy link

Right now it's ignoring the case of words but in reality all of them are case sentive, "Color" is not the same as "color" so something like this:

struct vertexInput { float4 color : Color; }

will mark both the variable name and the semantic color as being a keyword.

Is there any easy way to deactivate this behavior? I tried compiling everything changing the "IgnoreCase" comparisons but doing so make the extension to stop highlighting altogether.

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

1 participant