Skip to content

Commit 6210b6c

Browse files
committed
Update doc refs
1 parent 42f2a69 commit 6210b6c

5 files changed

+13
-5
lines changed

Authorized Keys.sublime-syntax

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
%YAML 1.2
22
---
3-
# https://www.sublimetext.com/docs/3/syntax.html
3+
# https://www.sublimetext.com/docs/syntax.html
4+
# https://man7.org/linux/man-pages/man8/sshd.8.html#AUTHORIZED_KEYS_FILE_FORMAT
45
# https://man.openbsd.org/sshd.8#AUTHORIZED_KEYS_FILE_FORMAT
56
name: Authorized Keys
67
scope: text.authorized_keys

Known Hosts.sublime-syntax

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
%YAML 1.2
22
---
3-
# https://www.sublimetext.com/docs/3/syntax.html
3+
# https://www.sublimetext.com/docs/syntax.html
4+
# https://man7.org/linux/man-pages/man8/sshd.8.html#SSH_KNOWN_HOSTS_FILE_FORMAT
45
# https://man.openbsd.org/sshd.8#SSH_KNOWN_HOSTS_FILE_FORMAT
56
name: Known Hosts
67
scope: text.known_hosts

Private Key.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%YAML 1.2
22
---
3-
# https://www.sublimetext.com/docs/3/syntax.html
3+
# https://www.sublimetext.com/docs/syntax.html
44
first_line_match: ^-----BEGIN [\w ]+ PRIVATE KEY-----
55
scope: source.ssh.private-key
66
contexts:

SSH Config.sublime-syntax

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
%YAML 1.2
22
---
3-
# https://www.sublimetext.com/docs/3/syntax.html
3+
# https://www.sublimetext.com/docs/syntax.html
44
# https://man7.org/linux/man-pages/man5/ssh_config.5.html
5+
# https://man.openbsd.org/ssh_config.5
56
name: SSH Config
67
file_extensions:
78
- ssh_config
@@ -147,6 +148,7 @@ contexts:
147148
148149
host-patterns:
149150
# https://man7.org/linux/man-pages/man5/ssh_config.5.html#PATTERNS
151+
# https://man.openbsd.org/ssh_config.5#PATTERNS
150152
- match: '!'
151153
scope: keyword.operator.logical.ssh_config
152154
- match: '[^\s*?,]+'
@@ -156,6 +158,7 @@ contexts:
156158

157159
match-exec-tokens:
158160
# https://man7.org/linux/man-pages/man5/ssh_config.5.html#TOKENS
161+
# https://man.openbsd.org/ssh_config.5#TOKENS
159162
- match: '%[%hiLlnpru]'
160163
scope: constant.character.escape.ssh_config
161164

SSHD Config.sublime-syntax

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
%YAML 1.2
22
---
3-
# https://www.sublimetext.com/docs/3/syntax.html
3+
# https://www.sublimetext.com/docs/syntax.html
44
# https://man7.org/linux/man-pages/man5/sshd_config.5.html
5+
# https://man.openbsd.org/sshd_config.5
56
name: SSHD Config
67
file_extensions:
78
- sshd_config
@@ -53,6 +54,7 @@ contexts:
5354

5455
tokens:
5556
# https://man7.org/linux/man-pages/man5/sshd_config.5.html#TOKENS
57+
# https://man.openbsd.org/ssh_config.5#TOKENS
5658
- match: '%[%DFfhiKksTtUu]'
5759
scope: constant.character.escape.sshd_config
5860

@@ -119,6 +121,7 @@ contexts:
119121

120122
string-patterns:
121123
# https://man7.org/linux/man-pages/man5/sshd_config.5.html#PATTERNS
124+
# https://man.openbsd.org/ssh_config.5#PATTERNS
122125
- match: '[^\s*?!,]+'
123126
scope: string.unquoted.sshd_config
124127
- match: '!'

0 commit comments

Comments
 (0)