|
1 | | -Terraform Syntax Highlighting And Snippets |
| 1 | +Terraform Syntax Highlighting and Snippets |
2 | 2 | ========================================== |
3 | 3 |
|
4 | | -This [Sublime Text](https://sublimetext.com/) package |
5 | | -provides basic support for Terraform's [custom `.tf` file type](http://www.terraform.io/docs/configuration/syntax.html), |
6 | | -along with snippets for each of the basic Terraform resource types. |
| 4 | +This [Sublime Text][] package provides basic support for Terraform's |
| 5 | +[custom `.tf` file type][.tf], along with snippets for each of the basic |
| 6 | +Terraform resource types. |
7 | 7 |
|
8 | | - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 | Installation |
12 | 12 | ------------ |
13 | 13 |
|
14 | 14 | ### Using Package Control |
15 | 15 |
|
16 | | -1. Install [Package Control](https://packagecontrol.io/installation), if needed. |
17 | | -2. Open the palette by pressing `Ctrl+Shift+P` (Win, Linux) or `Cmd+Shift+P` (OS X). |
18 | | -3. Select _"Package Control: Install package"_ |
19 | | -4. Select _"Terraform"_ |
| 16 | +1. Install [Package Control][], if needed. |
| 17 | +2. Open the palette by pressing |
| 18 | + <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> (Win, Linux) or |
| 19 | + <kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> (OS X). |
| 20 | +3. Select _Package Control: Install Package_. |
| 21 | +4. Select _Terraform_. |
20 | 22 |
|
21 | 23 | ### Manually |
22 | 24 |
|
23 | | -1. Open the Sublime Text Packages folder |
24 | | - - OS X: `~/Library/Application Support/Sublime Text/Packages/` |
25 | | - - Windows: `%APPDATA%/Sublime Text/Packages/` |
26 | | - - Linux (Ubuntu/Debian): `~/.config/sublime-text/Packages/` |
27 | | -2. Clone this repo |
| 25 | +1. Open the Sublime Text Packages folder: |
| 26 | + - MacOS: `~/Library/Application Support/Sublime Text/Packages/` |
| 27 | + - Windows: `%APPDATA%/Sublime Text/Packages/` |
| 28 | + - Linux (Ubuntu/Debian): `~/.config/sublime-text/Packages/` |
| 29 | +2. Clone this repo. |
| 30 | + |
| 31 | +[sublime text]: https://sublimetext.com/ |
| 32 | +[.tf]: https://developer.hashicorp.com/terraform/language/syntax/configuration |
| 33 | +[package control]: https://packagecontrol.io/installation |
0 commit comments