Function: cider--treesit-install-static-font-lock

cider--treesit-install-static-font-lock is a byte-compiled function defined in cider-mode.el.

Signature

(cider--treesit-install-static-font-lock)

Documentation

Install CIDER's fixed reader-tag highlighting for the current ts buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-mode.el
(defun cider--treesit-install-static-font-lock ()
  "Install CIDER's fixed reader-tag highlighting for the current ts buffer."
  (cider--treesit-install-font-lock
   cider--treesit-static-font-lock-feature
   (cider--treesit-static-font-lock-rules)))