Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.18 KB

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

TextMate Grammar History

Extension Development

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