Rainbow icon indicating copy to clipboard operation
Rainbow copied to clipboard

Rainbow parens implementation for Light Table

Results 2 Rainbow issues
Sort by recently updated
recently updated
newest added

Given that other languages are supported in LightTable via plugins it is rather unfortunate that only CLJS is given a glorious rainbow of colors. The Rainbow plugin should either support...

enhancement

Steps: 1. Open user.behaviors 2. (update-in behaviors [:+ :editor] conj :lt.plugins.rainbow/rainbow-parens) ; e.g. {:+ { :editor [:lt.objs.editor/no-wrap (:lt.objs.style/set-theme "solarized") :lt.plugins.rainbow/rainbow-parens :lt.objs.editor/line-numbers]}} 3. Reload behaviors (if not automatic) 4. Open any...