-
Notifications
You must be signed in to change notification settings - Fork 805
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
User-defined Module name gets colorized as blue when used to qualify a computation expression name #1697
Comments
please make sure that |
@cartermp I wonder if that repros in Preview 5 (before rolsyn). No colorization logic was changed with RC? |
@OmarTawfik I can try tomorrow, but this does have your type colorization work ( |
@OmarTawfik There's no coloring on dev14 Update 3 (No VFPT): So this is a bug. As far as resolution goes, if it's not a lot of work, then I think getting |
Fixed by #2036. |
Lens.fs
and go to line 58, noting thatState.state
is colorized blue, as if it were a keyword.However, the module
State
is user-defined:I'm not actually sure what the expected behavior here should be. Should the module be colorized at all as, say, teal? Should the name of the user-defined computation expression be colorized? cc @dsyme @Pilchie
The text was updated successfully, but these errors were encountered: