Skip to content

Commit e1012e9

Browse files
scopmichaelblyons
authored andcommitted
Recognize verify-required in authorized_keys
1 parent 201816b commit e1012e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authorized Keys.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ contexts:
3333
flag-options:
3434
- match: (?:no-)?(?:pty|user-rc|(?:agent|port|X11)-forwarding)
3535
scope: keyword.other.authorized_keys
36-
- match: (?:no-touch-required|cert-authority|restrict)
36+
- match: (?:no-touch-required|verify-required|cert-authority|restrict)
3737
scope: keyword.other.authorized_keys
3838

3939
value-options:

0 commit comments

Comments
 (0)