You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Open any .go file with nested sets of (), {}, or []
Expected: Parenthesis (etc.) should be noticeably different in color, as they are in the behaviors file (where Rainbow works as expected)
Actual: There is no difference in the color of the parens, braces, or brackets
Does this plugin only work for Lisp languages? It seems like it should work for all langs; nothing in rainbow.cljs seems Clojure (and/or Lisp) specific.
The text was updated successfully, but these errors were encountered:
Steps:
{:+ {
:editor [:lt.objs.editor/no-wrap
(:lt.objs.style/set-theme "solarized")
:lt.plugins.rainbow/rainbow-parens
:lt.objs.editor/line-numbers]}}
.go
file with nested sets of (), {}, or []Expected: Parenthesis (etc.) should be noticeably different in color, as they are in the behaviors file (where Rainbow works as expected)
Actual: There is no difference in the color of the parens, braces, or brackets
Does this plugin only work for Lisp languages? It seems like it should work for all langs; nothing in rainbow.cljs seems Clojure (and/or Lisp) specific.
The text was updated successfully, but these errors were encountered: