Terraform.tmLanguage
Terraform.tmLanguage copied to clipboard
Terraform (HCL) configuration file syntax highlighting for Sublime Text 2 and 3
Terraform Syntax Highlighting And Snippets
Basic support for Terraform's custom .tf file type, along with snippets for each of the basic Terraform resource types.

Installation
Using Package Control
- 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 "Terraform"
Manually
- 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