Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sublimetext/terraform

Terraform (HCL) configuration file syntax highlighting for Sublime Text
https://github.com/sublimetext/terraform

hcl sublime-text sublime-text-package syntax-highlighting terraform

Last synced: 5 days ago
JSON representation

Terraform (HCL) configuration file syntax highlighting for Sublime Text

Awesome Lists containing this project

README

        

Terraform Syntax Highlighting And Snippets
==========================================

This [Sublime Text](https://sublimetext.com/) package
provides basic support for Terraform's [custom `.tf` file type](http://www.terraform.io/docs/configuration/syntax.html),
along with snippets for each of the basic Terraform resource types.

![screenshot](screenshot.png)

Installation
------------

### Using Package Control

1. Install [Package Control](https://packagecontrol.io/installation), 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/`
2. Clone this repo