We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please check this piece of code. It seen the method is not well colored.
module main struct Db {} struct User {} struct Post {} fn main() { r := Db{} u := User{} p := Post{} r.do(u, p) } fn (r Db) do<X,Y>(x X, y Y) { println(x) println(y) }
By the way, thank you for this great extension.
The text was updated successfully, but these errors were encountered:
@danieldaeschle I think this issue can be closed, I don't see bad coloring in the syntax
Sorry, something went wrong.
Here what I have in VScode:
Should not the function name colored in yellow?
Yes, this is a bug.
0x9ef
No branches or pull requests
Please check this piece of code.
It seen the method is not well colored.
By the way, thank you for this great extension.
The text was updated successfully, but these errors were encountered: