intel / cluster-management-toolkit

Toolkit for managing and monitoring Kubernetes clusters; includes a Curses-based console UI as well as a few command-line tools.
MIT License
7 stars 3 forks source link

Syntax highlighting for well-defined formats is approximative, not using standardised parsers #3

Open taotriad opened 1 year ago

taotriad commented 1 year ago

The formatters for XML, YAML/JSON, TOML, INI, FluentBit, HAProxy, CaddyFile, Mosquitto, and NGINX are "good enough"-effort syntax highlighters; they are not using real language specs for formatting.

taotriad commented 6 months ago

python3-pygments seems to be a good syntax highlighter for this purpose; it handles quite a lot of the formats we need support for.