Emacs major mode for editing Helm Chart templates.
| helm-template-mode.el | ||
| LICENSE | ||
| README.md | ||
Helm Chart template mode for Emacs
This major-mode extends yaml-mode to better highlight the go template syntax used in Helm Charts.
Usage
Here's an example on how to use this package with straight.el
(use-package helm-template-mode
:straight (helm-template-mode :type git :host nil
:repo "https://git.chaoslama.org/claudi/helm-template-mode")
:mode (("/templates/.+\\.yaml\\'" . helm-template-mode)
("/templates/.+\\.tpl\\'" . helm-template-mode)))
Open problems
- keyword are highlighted outside of go templates
- multiline comments are not working