Skip to content

Commit ced7887

Browse files
committed
Move known_hosts and auth'd_keys to source scope
No one is writing an essay with them
1 parent 39f224a commit ced7887

5 files changed

Lines changed: 6 additions & 6 deletions

support/Symbol List Key Annotation.tmPreferences

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<string>Symbol List</string>
66
<key>scope</key>
77
<string>
8-
text.authorized_keys meta.annotation.identifier,
9-
text.known_hosts meta.annotation.identifier
8+
source.authorized_keys meta.annotation.identifier,
9+
source.known_hosts meta.annotation.identifier
1010
</string>
1111
<key>settings</key>
1212
<dict>

support/Symbol List SSH Hosts.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<string>Symbol List: SSH Hostnames</string>
66
<key>scope</key>
77
<string>
8-
text.known_hosts meta.string.host,
8+
source.known_hosts meta.string.host,
99
source.ssh_config meta.string.host,
1010
source.ssh_config entity.name.label.host-alias
1111
</string>

support/Symbol List known_hosts IPs.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<key>name</key>
55
<string>Symbol List: IP Addresses</string>
66
<key>scope</key>
7-
<string>text.known_hosts constant.numeric.ip-address</string>
7+
<string>source.known_hosts constant.numeric.ip-address</string>
88
<key>settings</key>
99
<dict>
1010
<key>showInSymbolList</key>

syntax/Authorized Keys.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://man7.org/linux/man-pages/man8/sshd.8.html#AUTHORIZED_KEYS_FILE_FORMAT
55
# https://man.openbsd.org/sshd.8#AUTHORIZED_KEYS_FILE_FORMAT
66
name: Authorized Keys
7-
scope: text.authorized_keys
7+
scope: source.authorized_keys
88
version: 2
99
extends: SSH Crypto.sublime-syntax
1010

syntax/Known Hosts.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://man7.org/linux/man-pages/man8/sshd.8.html#SSH_KNOWN_HOSTS_FILE_FORMAT
55
# https://man.openbsd.org/sshd.8#SSH_KNOWN_HOSTS_FILE_FORMAT
66
name: Known Hosts
7-
scope: text.known_hosts
7+
scope: source.known_hosts
88
version: 2
99
extends: SSH Crypto.sublime-syntax
1010

0 commit comments

Comments
 (0)