You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, multi-line input isn't highlighted correctly, only covering the first line:
julia> functionbar(x)
return x
end
bar (generic function with 1 method)
julia> d =Dict(
1 => 'a',
2 => 'b',
)
Dict{Int64, Char} with 2 entries:
2 => 'b'
1 => 'a'
The
julia-console.cson
grammar is now in use for syntax highlighting ofJulia-REPL
code blocks on GitHub:However, multi-line input isn't highlighted correctly, only covering the first line:
CC @giordano.
The text was updated successfully, but these errors were encountered: