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: 29 days ago
JSON representation
Terraform (HCL) configuration file syntax highlighting for Sublime Text
- Host: GitHub
- URL: https://github.com/sublimetext/terraform
- Owner: SublimeText
- License: mit
- Created: 2015-05-21T10:27:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T10:11:42.000Z (3 months ago)
- Last Synced: 2025-04-11T23:15:57.333Z (about 1 month ago)
- Topics: hcl, sublime-text, sublime-text-package, syntax-highlighting, terraform
- Language: HCL
- Homepage:
- Size: 385 KB
- Stars: 167
- Watchers: 9
- Forks: 57
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.
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