No syntax highlighting using OhMyREPL

For some time I am using OhMyREPL in order get better readability. Today, starting Julia from scratch without using any Package except OhMyREPL no syntax highlighting occurs anymore. I am using Julia version 1.1 and Atom editor in REPL mode.

1 Like

I think this is a bad interaction with a new release of the library OhMyREPL use to highlight text. Will fix.

You can likely workaround it with pin Crayons@1.0.0 in the RPEL.

Edit: Actually no, because I had the foresight of restricting Crayons to 1.0. So not sure why this doesn’t work for you. Are you on Crayons master?

Edit2: Ah, but it is not restricted in the REQUIRE file. So it will not work after all. Will fix.

After https://github.com/JuliaLang/METADATA.jl/pull/22084is merged, a package update should make things work.

2 Likes

Thank you for the prompt reply.:+1: