Awesome
This package is no longer maintained. If you have an issue or pull request, please send it to https://github.com/purcell/emacs-hcl-mode
hcl-mode
Major mode of Hashicorp Configuration Language
Screenshot
Installation
hcl-mode
is available on MELPA and MELPA stable
You can install hcl-mode
with the following command.
<kbd>M-x package-install [RET] hcl-mode [RET]</kbd>
Features
- Syntax highlighting
- Indentation
Customize Variables
hcl-indent-level
(Default: 2
)
Indentation size
Sample Configuration
(custom-set-variables
'(hcl-indent-level 4))
See Also
- terraform-mode: A major mode of terraform configuration file