File tree 5 files changed +13
-5
lines changed
5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
%YAML 1.2
2
2
---
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
4
5
# https://man.openbsd.org/sshd.8#AUTHORIZED_KEYS_FILE_FORMAT
5
6
name : Authorized Keys
6
7
scope : text.authorized_keys
Original file line number Diff line number Diff line change 1
1
%YAML 1.2
2
2
---
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
4
5
# https://man.openbsd.org/sshd.8#SSH_KNOWN_HOSTS_FILE_FORMAT
5
6
name : Known Hosts
6
7
scope : text.known_hosts
Original file line number Diff line number Diff line change 1
1
%YAML 1.2
2
2
---
3
- # https://www.sublimetext.com/docs/3/ syntax.html
3
+ # https://www.sublimetext.com/docs/syntax.html
4
4
first_line_match : ^-----BEGIN [\w ]+ PRIVATE KEY-----
5
5
scope : source.ssh.private-key
6
6
contexts :
Original file line number Diff line number Diff line change 1
1
%YAML 1.2
2
2
---
3
- # https://www.sublimetext.com/docs/3/ syntax.html
3
+ # https://www.sublimetext.com/docs/syntax.html
4
4
# https://man7.org/linux/man-pages/man5/ssh_config.5.html
5
+ # https://man.openbsd.org/ssh_config.5
5
6
name : SSH Config
6
7
file_extensions :
7
8
- ssh_config
@@ -147,6 +148,7 @@ contexts:
147
148
148
149
host-patterns :
149
150
# https://man7.org/linux/man-pages/man5/ssh_config.5.html#PATTERNS
151
+ # https://man.openbsd.org/ssh_config.5#PATTERNS
150
152
- match : ' !'
151
153
scope : keyword.operator.logical.ssh_config
152
154
- match : ' [^\s*?,]+'
@@ -156,6 +158,7 @@ contexts:
156
158
157
159
match-exec-tokens :
158
160
# https://man7.org/linux/man-pages/man5/ssh_config.5.html#TOKENS
161
+ # https://man.openbsd.org/ssh_config.5#TOKENS
159
162
- match : ' %[%hiLlnpru]'
160
163
scope : constant.character.escape.ssh_config
161
164
Original file line number Diff line number Diff line change 1
1
%YAML 1.2
2
2
---
3
- # https://www.sublimetext.com/docs/3/ syntax.html
3
+ # https://www.sublimetext.com/docs/syntax.html
4
4
# https://man7.org/linux/man-pages/man5/sshd_config.5.html
5
+ # https://man.openbsd.org/sshd_config.5
5
6
name : SSHD Config
6
7
file_extensions :
7
8
- sshd_config
@@ -53,6 +54,7 @@ contexts:
53
54
54
55
tokens :
55
56
# https://man7.org/linux/man-pages/man5/sshd_config.5.html#TOKENS
57
+ # https://man.openbsd.org/ssh_config.5#TOKENS
56
58
- match : ' %[%DFfhiKksTtUu]'
57
59
scope : constant.character.escape.sshd_config
58
60
@@ -119,6 +121,7 @@ contexts:
119
121
120
122
string-patterns :
121
123
# https://man7.org/linux/man-pages/man5/sshd_config.5.html#PATTERNS
124
+ # https://man.openbsd.org/ssh_config.5#PATTERNS
122
125
- match : ' [^\s*?!,]+'
123
126
scope : string.unquoted.sshd_config
124
127
- match : ' !'
You can’t perform that action at this time.
0 commit comments