microsoft / monaco-editor

A browser based code editor
https://microsoft.github.io/monaco-editor/
MIT License
40.59k stars 3.61k forks source link

[Feature Request] HOCON support #4043

Closed bkrajendra closed 1 year ago

bkrajendra commented 1 year ago

Context

Description

Add support for HOCON data. Its JSON like format - HOCON (Human-Optimized Config Object Notation) is an easy-to-use configuration format. More information can be found here https://docs.spongepowered.org/stable/en/server/getting-started/configuration/hocon.htmlJSON-like

Monaco Editor Playground Link

No response

Monaco Editor Playground Code

No response

### Tasks
hediet commented 1 year ago

Let's add it once HOCON takes off. A good indicator for this is when there is a wiki page for it.