Basic support for Hashicorp's Configuration Language .tf, .hcl , along with snippets for each of the basic Terraform resource types for Sublime Text 3.
- Having Package Control installed
- Open the palette by pressing
Ctrl+Shift+P
(Win, Linux) orCmd+Shift+P
(OS X). - Select "Package Control: Install package"
- Select "HCL"
- Open the Sublime Text Packages folder
- OS X:
~/Library/Application Support/Sublime Text 3/Packages/
- Windows:
%APPDATA%/Sublime Text 3/Packages/
- Linux (Ubuntu/Debian):
~/.config/sublime-text-3/Packages/
- OS X:
- Clone this repo
- This work is based of the original Terraform.tmLanguage (https://github.com/alexlouden/Terraform.tmLanguage) repo.