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

Noma

ferax564

|
1 install
| (0) | Free
Syntax highlighting for the Noma document format (.noma) — directives, blocks, frontmatter, math, wikilinks, embedded JSON/LaTeX/Mermaid/DOT.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Noma for VS Code

Syntax highlighting and language configuration for the Noma document format (.noma).

Features

  • Directive blocks (::name{...} and namespaced ::pack::name{...} / ::) with attribute highlighting for the patch-protocol-aware attrs (id=, for=, parent=, block=, dataset=, column=, src=, href=, aliases=).
  • Headings with optional {id="..." aliases="a,b"} suffix.
  • Wikilinks [[block-id]].
  • Math: $..$, $$..$$, \(..\), \[..\], and ::math (embedded LaTeX).
  • Pipe tables, list items, block quotes, fenced code.
  • Embedded language scopes:
    • YAML frontmatter
    • JSON inside ::plotly
    • LaTeX inside ::math
    • Mermaid inside ::diagram{kind="mermaid"}
    • DOT inside ::diagram{kind="graphviz"}
  • Escape-hatch directives (::html, ::svg, ::script) marked with invalid.illegal.* scopes so themes can warn on them.
  • Folding markers track directive opener/closer pairs.

Install

Marketplace publishing is a maintainer follow-up. Until the live listing is verified, install from a local .vsix:

cd tools/vscode-noma
npx vsce package
code --install-extension noma-language-0.2.0.vsix

After marketplace publish, the install command will be:

ext install ferax564.noma-language

Companion CLI

The @ferax564/noma-cli package provides noma parse|render|check|patch|diff|verify on the same .noma sources this extension highlights.

License

MIT — see LICENSE.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft