-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
C# classes not properly highlighted #1365
Comments
Hi! Thanks for reporting. We currently match class names based on the preceding keyword ( |
Yes, viable enough. Not 100% correct but better than now ;-)
Classes are written capitalized, but there are for example `struct`s, which are capitalized, too, but behave somewhat different (or `delegate`s and stuff) . They would get colored the same way as `class`es, but in my opinion that would still be better than black / no coloring.
Am 23. März 2018 20:57:50 MEZ schrieb Golmote <notifications@github.com>:
…Hi! Thanks for reporting.
We currently match class names based on the preceding keyword (`class`,
`interface`, etc.).
Are class names mandatorily capitalized in C#? Would this a viable
enough way to match them?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#1365 (comment)
|
Should be fixed now! |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Class names in parameters and base classes are not hightlighted, nor tokenized for C#
"SomeClass" and "BaseClass" should be colored, too. In Html output I see, that they are not put into spans.
The example code
The text was updated successfully, but these errors were encountered: