jinnovation / kele.el

🥤 Spritzy Kubernetes cluster management for Emacs
https://jonathanj.in/kele.el/
Apache License 2.0
72 stars 4 forks source link

User should be able to configure the major mode to use for YAML highlighting #200

Closed jinnovation closed 1 month ago

jinnovation commented 1 month ago

Currently Kele hard-codes a check for yaml-mode specifically when displaying resource YAML buffers. However, some users (like me lol) might use other modes, e.g. yaml-ts-mode, to highlight YAML. We should accommodate.

Definition of Done