Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Quiet Clojure SyntaxNew to Visual Studio Code? Get it now.
Quiet Clojure Syntax

Quiet Clojure Syntax

vlaaad

|
1 install
| (0) | Free
Additional TextMate scopes for restrained, customizable Clojure syntax highlighting in Calva.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quiet Clojure Syntax

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.

Scopes

Syntax Scope
Top-level definition name entity.global.clojure
Character literal constant.character.clojure
Metadata marker punctuation.definition.metadata.clojure
Metadata keyword constant.keyword.clojure

Requirements

Calva supplies the base Clojure grammar.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft