Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.