patrickrgaffney / Terraform.tmLanguage

Terraform (HCL) configuration file syntax highlighting for Sublime Text 2 and 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

screenshot

Installation

Using Package Control

  1. Having Package Control installed
  2. Open the palette by pressing Ctrl+Shift+P (Win, Linux) or Cmd+Shift+P (OS X).
  3. Select "Package Control: Install package"
  4. Select "Terraform"

Manually

  1. 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/
  2. Clone this repo

About

Terraform (HCL) configuration file syntax highlighting for Sublime Text 2 and 3

License:MIT License


Languages

Language:HCL 100.0%