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

Syntax highlighting bug when field name contains class name inside #3

Open
MandarinPine18 opened this issue Jun 8, 2023 · 2 comments

Comments

@MandarinPine18
Copy link

Steps to reproduce:

  1. Create a class.
  2. Use that class's name as part of the name of a field

image

Expected vs. actual:

Expected: no highlighting, as that portion should not be tokenized as a class name
Actual: highlighted as a class name

@MandarinPine18
Copy link
Author

Okay, as I'm finding out, this might just be an issue with capitalized sections of field names, as it happens with other words too:

image

@SWVM
Copy link
Collaborator

SWVM commented Jun 9, 2023

Thank you for your feedback! We'll address it in future update.

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