Skip to content
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

function name coloring when string argument contains )= #150

Open
pfitzseb opened this issue May 21, 2018 · 1 comment
Open

function name coloring when string argument contains )= #150

pfitzseb opened this issue May 21, 2018 · 1 comment

Comments

@pfitzseb
Copy link
Collaborator

pfitzseb commented May 21, 2018

These two statements render in Juno with different colouring for println:

println("x = ")
println("(x) = ")

Ref: JunoLab/Juno.jl#139

@SaschaMann
Copy link

Possibly related, same behaviour happens in Exprs:

eval(:(f() = nothing))
eval(:(f = nothing))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants