Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sublimetext/terraform
- Owner: SublimeText
- License: mit
- Created: 2015-05-21T10:27:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T15:40:30.000Z (3 months ago)
- Last Synced: 2024-12-28T03:12:04.804Z (12 days ago)
- Topics: hcl, sublime-text, sublime-text-package, syntax-highlighting, terraform
- Language: HCL
- Homepage:
- Size: 384 KB
- Stars: 165
- Watchers: 10
- Forks: 53
- Open Issues: 2
-
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.![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