Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T22:44:37.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T19:09:34.405Z (5 months ago)
- Topics: consul, hashicorp, hcl, nomad, packer, terraform, vault, vim
- Language: Vim script
- Homepage:
- Size: 18.6 KB
- Stars: 133
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.