https://github.com/jvirtanen/vim-hcl
Syntax highlighting for HashiCorp Configuration Language (HCL)
https://github.com/jvirtanen/vim-hcl
consul hashicorp hcl nomad packer terraform vault vim
Last synced: 21 days ago
JSON representation
Syntax highlighting for HashiCorp Configuration Language (HCL)
- Host: GitHub
- URL: https://github.com/jvirtanen/vim-hcl
- Owner: jvirtanen
- Created: 2018-06-15T20:49:03.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T14:32:04.000Z (4 months ago)
- Last Synced: 2025-03-29T06:06:36.769Z (28 days ago)
- Topics: consul, hashicorp, hcl, nomad, packer, terraform, vault, vim
- Language: Vim Script
- Homepage:
- Size: 16.6 KB
- Stars: 138
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nomad - jvirtanen/vim-hcl - This project provides syntax highlighting for the HashiCorp Configuration Language (HCL) used in various HashiCorp tools, including Nomad. (Plugins / User Interfaces and Dashboards)
- trackawesomelist - vim-hcl (⭐136) - Syntax highlighting for HCL (Recently Updated / [Feb 10, 2025](/content/2025/02/10/README.md))
README
# hcl.vim
Syntax highlighting for [HashiCorp Configuration Language (HCL)][HCL] used by
[Consul][], [Nomad][], [Packer][], [Terraform][], and [Vault][].[HCL]: https://github.com/hashicorp/hcl
[Consul]: https://www.consul.io/
[Nomad]: https://www.nomadproject.io/
[Packer]: https://packer.io/
[Terraform]: https://www.terraform.io/
[Vault]: https://www.vaultproject.io/## Installation
Install using Vim's built-in package support:
```
mkdir -p ~/.vim/pack/jvirtanen/start
cd ~/.vim/pack/jvirtanen/start
git clone https://github.com/jvirtanen/vim-hcl.git
```## License
Copyright 2018 Jussi Virtanen and [contributors][].
[contributors]: https://github.com/jvirtanen/vim-hcl/graphs/contributors
Distributed under the same terms as Vim itself. See `:help license` for
details.