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
end
let f() = 1 end
Using this code:
let f() = 1 end let f() = 1 end
GitHub highlights it correctly, but Pluto shows:
Presumably, end should be highlighted in orange as all keywords, but it's not. Same thing happens for more complicated code like let f(x) = x^2 end.
let f(x) = x^2 end
Moreover, indentation seems broken as well:
1
Versions: Pluto v0.19.27, Julia 1.10.0-beta2.
The text was updated successfully, but these errors were encountered:
Will be reopened by #2980
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Using this code:
GitHub highlights it correctly, but Pluto shows:
Presumably,
end
should be highlighted in orange as all keywords, but it's not. Same thing happens for more complicated code likelet f(x) = x^2 end
.Moreover, indentation seems broken as well:
1
in the first line.Versions: Pluto v0.19.27, Julia 1.10.0-beta2.
The text was updated successfully, but these errors were encountered: