Open
Description
Is your feature request related to a problem? Please describe.
It's hard write configs without having any sort of intellisence. YAML/JSON files have good enough LSP for VS Code:
Describe the solution you'd like
Add support for JSON/YAML formats for config until ron gets intellisence support like JSON/YAML where user can create any arbitrary schemas and associate them with any files.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Besides, I am suggesting this feature as I can write JSON schemas and could add a new one for yours config if JSON/YAML formats were supported.