pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.31k stars 1.55k forks source link

Web editor support for HOCON #4915

Open Loapu opened 8 months ago

Loapu commented 8 months ago

Is there an existing feature request for this?

Describe the feature you would like to see.

HOCON is used for different kinds of configurations, and I would love to see Pterodactyl supporting syntax highlighting for its web editor.

Describe the solution you'd like.

The general availability of the syntax highlighter for the dropdown inside the editor is something I'd love to see, and I'd also suggest associating .conf files per default with it, since HOCON defaults to this file extension.

Additional context to this request.

No response

Boy132 commented 8 months ago

Pterodactyl is using Codemirror5 for the web editor. So I guess it's up to them to add syntax highlighting for HOCON.