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

RON

Made By David

|
787 installs
| (0) | Free
RON (Rusty Object Notation) support for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RON (Rusty Object Notation) for VS Code

This VS Code extension provides support for RON (Rusty Object Notation).

About RON

RON is a simple readable data serialization format that looks similar to Rust syntax. It's designed to support all of Serde's data model, so structs, enums, tuples, arrays, generic maps, and primitive values.

— https://github.com/ron-rs/ron#readme

Provenance

  • This extension provides a TextMate 2 grammar called ron.tmLanguage.json.
  • ... which is based upon VS Code's built-in Rust grammar.
  • ... which is based on Dusty Pomerleau's rust-syntax.

TextMate Grammar History

  • TextMate 2 grammars use the .tmLanguage.json format.
  • TextMate 1 grammars use the .tmGrammar.json format.

Extension Development

Press F5 to open a new window with this extension loaded.

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