diff --git a/README.md b/README.md index 4bcaf9e..67eb895 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/messages/2.0.0.md b/messages/2.0.0.md new file mode 100644 index 0000000..922c48e --- /dev/null +++ b/messages/2.0.0.md @@ -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` diff --git a/messaging.json b/messaging.json new file mode 100644 index 0000000..aa63341 --- /dev/null +++ b/messaging.json @@ -0,0 +1,3 @@ +{ + "2.0.0": "messages/2.0.0.md" +}