Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 904 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 904 Bytes

Terraform Syntax Highlighting And Snippets

This Sublime Text package provides 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. Install Package Control, if needed.
  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/Packages/
  • Windows: %APPDATA%/Sublime Text/Packages/
  • Linux (Ubuntu/Debian): ~/.config/sublime-text/Packages/
  1. Clone this repo