Skip to content

Commit 17f68b3

Browse files
Update README format and links (#72)
1 parent c4ac467 commit 17f68b3

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

README.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
1-
Terraform Syntax Highlighting And Snippets
1+
Terraform Syntax Highlighting and Snippets
22
==========================================
33

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.
77

8-
![screenshot](screenshot.png)
8+
![Syntax highlighting screenshot](screenshot.png)
99

1010

1111
Installation
1212
------------
1313

1414
### Using Package Control
1515

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_.
2022

2123
### Manually
2224

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

Comments
 (0)