Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ClearNotationNew to Visual Studio Code? Get it now.
ClearNotation

ClearNotation

ClearNotation

|
1 install
| (0) | Free
Syntax highlighting for ClearNotation (.cln) technical documentation files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ClearNotation for Visual Studio Code

Syntax highlighting for ClearNotation .cln files in Visual Studio Code.

Features

  • TextMate grammar for accurate, scope-aware tokenization of ClearNotation v1.0 syntax
  • Highlights headings, directives, inline formatting, links, code blocks, and comments
  • Automatic file association for .cln files
  • Bracket matching for directive delimiters and inline spans

Installation

Search for ClearNotation in the VS Code Extensions panel, or install from the command line:

ext install clearnotation.clearnotation

What is ClearNotation?

ClearNotation is a docs-first, non-Turing-complete markup language for technical documentation. It features a normative EBNF grammar, fail-closed parsing, and typed extensibility — designed as a clean-sheet alternative to Markdown.

  • GitHub: https://github.com/rjmitchell/clear-notation
  • Live editor: https://rjmitchell.github.io/clear-notation/
  • Python reference implementation: pip install clearnotation
  • JavaScript normalizer/renderer: npm install clearnotation-js

Syntax Overview

# Heading

A paragraph with +{bold} and *{italic} inline formatting.

- Item one
- Item two

> A blockquote.

[Visit the docs -> https://github.com/rjmitchell/clear-notation]

@callout[type=note] {
  This is a callout block.
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft