We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9113c13 commit 7535ee9Copy full SHA for 7535ee9
2 files changed
messages.json
@@ -1,4 +1,5 @@
1
{
2
+ "install": "messages/install.md",
3
"7.0.0": "messages/7.0.0.md",
4
"6.0.0": "messages/6.0.0.md",
5
"5.0.0": "messages/5.0.0.md",
messages/install.md
@@ -0,0 +1,20 @@
+⚠ Important Note ⚠
+
+Due to a Sublime Text limitation on file
+extensions, highlighting for SSH Config
+files is NOT ACTIVATED AUTOMATICALLY for
6
+~/.ssh/config, where it is most useful.
7
8
+The easiest way to adjust is to open your
9
+SSH Config file from the command palette
10
+(Primary+Shift+P) and use the following
11
+command:
12
13
+ SSH Config: Open SSH Config File
14
15
+For more details (and more workarounds),
16
+see the wiki page at:
17
18
+https://github.com/robballou/sublimetext-sshconfig/wiki/Activate-SSH-Config-highlighting
19
20
0 commit comments