This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-05
Channels
- # admin-announcements (1)
- # beginners (17)
- # boot (5)
- # cljs-dev (50)
- # cljsrn (20)
- # clojars (8)
- # clojure (108)
- # clojure-belgium (1)
- # clojure-brasil (1)
- # clojure-greece (6)
- # clojure-japan (1)
- # clojure-russia (12)
- # clojure-spec (77)
- # clojurescript (19)
- # core-async (2)
- # cursive (4)
- # datomic (12)
- # dirac (6)
- # funcool (3)
- # hoplon (39)
- # lein-figwheel (14)
- # om (12)
- # onyx (3)
- # other-languages (1)
- # protorepl (14)
- # pure-frame (2)
- # re-frame (39)
- # reagent (1)
- # spirituality-ethics (3)
- # yada (7)
@jasongilman: I've tamed the red a bit in my custom styles.less
Cool. That's good timing. I just released a new version of Proto REPL with some small changes. One of them is to add a class to the REPL text editor of 'proto-repl-repl'. That will let you target the css to be more specific.
I was able to disable it completely in the REPL (but keep it elsewhere) using this
atom-text-editor::shadow .proto-repl-repl .lisp-syntax-error .region {
background-color: rgba(0, 0, 0, 0) !important;
}
@jasongilman: would it make sense to package protorepl with that style included?
Yeah it would make sense to do that. Most people would prefer it doesn't display that way.
Was also thinking about the buffer using Clojure mode for syntax highlighting - it makes sense, but only up to a point. I mean it definitely looks better than plain text, but it does get confused when your logs contain non clojure text.
it would be cool if it could distinguish between text and clojure somehow, but I think it's out of reach for now
I made a screencast to help introduce people to using proto-repl-charts: https://www.youtube.com/watch?v=BJUI1ntfPy8