KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
746 stars 57 forks source link

Highlighting for types dissapeared #317

Open KristofferC opened 1 year ago

KristofferC commented 1 year ago
 f(x::Circle) = x

used to show :: and Circle in a separate color (teal with monokai). Now the type is just in white and the :: is highlighted as a keyword.

PhyX-Meow commented 1 year ago

Also for marcos, it shows no color. image