This VS Code extension provides support for RON (Rusty Object Notation).
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.
- 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 2 grammars use the
.tmLanguage.json
format. - TextMate 1 grammars use the
.tmGrammar.json
format.
Press F5
to open a new window with this extension loaded.