Quiet Clojure Syntax is a small, data-only companion extension for Calva. It adds precise TextMate scopes that restrained color themes can target without replacing Calva or modifying its installed files.
It provides scopes for:
top-level names introduced by def, defn, defonce, and other def* forms;
Clojure character literals, including escaped delimiters such as \\);
metadata markers and keyword metadata such as ^:private.
There is no executable code and the extension requests no permissions. Colors remain under the user's control through editor.tokenColorCustomizations.