# No syntax highlighting using OhMyREPL

**URL:** https://discourse.julialang.org/t/no-syntax-highlighting-using-ohmyrepl/21731
**Category:** General Usage
**Created:** [March 11, 2019, 11:08am UTC](https://discourse.julialang.org/t/no-syntax-highlighting-using-ohmyrepl/21731 "2019-03-11T11:08:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Carsten](https://avatars.discourse-cdn.com/v4/letter/c/f14d63/32.png) [@Carsten](https://discourse.julialang.org/u/Carsten)
#### Post date: [March 11, 2019, 11:08am UTC](https://discourse.julialang.org/t/no-syntax-highlighting-using-ohmyrepl/21731/1 "2019-03-11T11:08:19Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [March 11, 2019, 11:43am UTC](https://discourse.julialang.org/t/no-syntax-highlighting-using-ohmyrepl/21731/2 "2019-03-11T11:43:28Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [March 11, 2019, 11:57am UTC](https://discourse.julialang.org/t/no-syntax-highlighting-using-ohmyrepl/21731/3 "2019-03-11T11:57:45Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Carsten](https://avatars.discourse-cdn.com/v4/letter/c/f14d63/32.png) [@Carsten](https://discourse.julialang.org/u/Carsten)
#### Post date: [March 11, 2019, 12:10pm UTC](https://discourse.julialang.org/t/no-syntax-highlighting-using-ohmyrepl/21731/4 "2019-03-11T12:10:30Z")

</div>

Thank you for the prompt reply.👍
