-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mild support for double-quoted option values
- Loading branch information
1 parent
df24b9b
commit 62470e5
Showing
4 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
v2.2.0 (2019-03-29) | ||
=================== | ||
|
||
If you were missing autocomplete as you type, add a syntax-specific setting with this content (or add this key): | ||
|
||
``` json | ||
{ | ||
"auto_complete_selector": "text.ssh_config, text.sshd_config" | ||
} | ||
``` | ||
|
||
## SSH Config | ||
|
||
- Meta scopes for blocks (`Host` and `Match`), conditionals, and options | ||
- Support for `=` in option assignment | ||
- Mild support for double-quoted option values | ||
- Boolean-only options now complain about non-boolean values | ||
- Highlight wildcards and commas in generic values |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"2.0.0": "messages/2.0.0.md", | ||
"2.1.0": "messages/2.1.0.md" | ||
"2.2.0": "messages/2.2.0.md", | ||
"2.1.0": "messages/2.1.0.md", | ||
"2.0.0": "messages/2.0.0.md" | ||
} |