Skip to content

Commit

Permalink
Add messages for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelblyons committed Sep 20, 2018
1 parent 03c7328 commit 68d8c4c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SSH Config Language

Provides some simple settings and snippets for `~/.ssh/config` and `sshd_config` files.
Provides some highlighting and snippets for `~/.ssh/config` and `sshd_config` files.

## Installation

Expand All @@ -9,3 +9,8 @@ This package is now available via [Package Control](http://wbond.net/sublime_pac
## Snippets

* host: create a new `Host` entry

## Commands

* Open SSH Config
* Open SSHD Config
10 changes: 10 additions & 0 deletions messages/2.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v2.0.0 (2018-09-20)
===================

**Support is _dropped_ for Sublime Text 2.**
ST2 users can continue using the package as it existed in 2015.

- Separate SSH / SSHD file syntax and completions
- Additional highlighting
- Go-to-Symbol support (`Cmd`+`R` or `Ctrl`+`R`)
- Commands to open `~/.ssh/config` and `/etc/ssh/sshd_config`
3 changes: 3 additions & 0 deletions messaging.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"2.0.0": "messages/2.0.0.md"
}

0 comments on commit 68d8c4c

Please sign in to comment.