Open kvark opened 6 years ago
Yeah, that would be great. Block comments are also something I would like to have in RON.
Oh, btw, block comments have been implemented in RON a while ago.
Is anyone working on this? I think it would be great if we could use Rust style brackets in the original RON. It's definitely worth it. I think aesthetics are very important when it comes to config files and even though technically it's not the most important thing, I imagine it will attract/put off adopters if it doesn't suit them.
PersonalIy I really dislike using circular brackets for a supposed rust style syntax.
RON is getting attribute support: https://github.com/ron-rs/ron/issues/69, https://github.com/ron-rs/ron/pull/72 That means we can extend/change the grammar by introducing new attributes. Thus, it no longer makes sense to fork the whole project if there is a different opinion on what brackets should be used. Instead, you can implement the required mode with an attribute, and we'll merge it.