-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
C# - Highlighting Error #493
Labels
Comments
what is your expected about the color |
I think either the same purple as before the lines or a red maybe? Just something that fits in with the current color scheme rather than a grey. :) Thanks |
wow it looks heaps better. :) |
Binaryify
added a commit
that referenced
this issue
Dec 19, 2020
just release a new version, you can check it now |
Great! Thank you very much for the prompt fix. :) |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Describe the bug
It seems certain parameters have no highlighting applied to them
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I am hoping to get the parameter to be highlighted or colored correctly so its less jarring
Screenshots & Example Code

Desktop (please complete the following information):
Additional context
I will also provide a small snippet of test code to help reproduce the error
`using System;
using System.Collections.Generic;
namespace GradeBook
{
public class Book
{
public Book(string name)
{
grades = new List();
this.name = name;
}
}`
The text was updated successfully, but these errors were encountered: