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
Wouldn't it be nice to style the prompt in julia-repl? highglight.js marks the prompt as hljs-meta which is a tag that is used for misc other things too, for example.
However, top level meta, which for the julia-repl grammar is just the prompt, can be selected by
Wouldn't it be nice to style the prompt in
julia-repl
? highglight.js marks the prompt ashljs-meta
which is a tag that is used for misc other things too, for example.However, top level
meta
, which for thejulia-repl
grammar is just the prompt, can be selected by(from highlightjs/highlight.js#3261 (comment)).
I suggest it should be colored with green just like the REPL.
The text was updated successfully, but these errors were encountered: