ron-rs / ron

Rusty Object Notation
https://docs.rs/ron
Apache License 2.0
3.22k stars 118 forks source link

New VS Code syntax extension #514

Open xpe opened 9 months ago

xpe commented 9 months ago

Could you add github.com/xpe/vscode-ron to the README's Tooling section? Or would you like me to start a PR?

I created it this week and published it to the VS Code marketplace. I started from the VS Code Rust syntax grammar as a foundation. My POV is that having more than one extension can help quality, especially when developed from a different starting point than existing implementations.

juntyr commented 9 months ago

Thank you for working on the extension! If you want, you can submit the PR yourself (no CHANGELOG entry would be required for this), otherwise I can add it later.

spenserblack commented 1 month ago

If the syntax highlighting is an improvement compared to the other extension, then you might want to consider updating the grammar that GitHub uses.

Ref: https://github.com/github-linguist/linguist/pull/6849