Skip to content

Commit 0f6dc46

Browse files
committed
Fix SSHD RoutingDomain token match
1 parent de5b684 commit 0f6dc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSHD Config.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ contexts:
230230
1: meta.mapping.key.sshd_config keyword.other.sshd_config
231231
2: keyword.operator.assignment.sshd_config
232232
with_prototype:
233-
- include: '%D'
233+
- match: '%D'
234234
scope: constant.other.placeholder.sshd_config
235235
- include: numeric-values
236236
push: possibly-quoted-value

0 commit comments

Comments
 (0)