(add-truncation-annotation! {:keys [num-chars-dropped t truncate-fn-name?
top-level-sev?]})
(formatted* source)
(formatted* source
{:keys [indent user-meta?]
:or {indent (or (clojure.core/deref state/margin-inline-start) 0)}
:as opts})
(sev! {:keys [x s t key? sev? atom? badge indent fn-args all-tags separator
max-keylen multi-line? number-type? highlighting :fw/user-meta
fn-display-name js-map-like-key? num-chars-dropped
str-len-with-badge ellipsized-char-count :fw/custom-badge-style]
:as m})
Creates a string with the properly placed "%c" (or sgr) formatting tags. The tag! and tag-reset! fns mutate the styles atom for syntax coloring.
Creates a string with the properly placed "%c" (or sgr) formatting tags. The tag! and tag-reset! fns mutate the styles atom for syntax coloring.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close