This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

chroma coding nesting depth

3 posts · 7119 views

are there any text editors which chroma-code lisp code by nesting depth, something like this

(defun factorial (n)(if (<= n 1)
1
(* n (factorial (- n 1)))))

Re: chroma coding nesting depth

Cusp colorizes the code where the cursor is at the moment.
See also colorize.