Skip to content

Commit

Permalink
Add missing HashKnownHosts parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Nov 23, 2023
1 parent 1651e63 commit 9ff3cab
Show file tree
Hide file tree
Showing 4 changed files with 13,691 additions and 13,475 deletions.
7 changes: 7 additions & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ module.exports = grammar({
$._global_known_hosts_file,
$._gssapi_authentication,
$._gssapi_delegate_credentials,
$._hash_known_hosts,
$._hostbased_accepted_algorithms,
$._hostbased_authentication,
$._host_key_algorithms,
Expand Down Expand Up @@ -523,6 +524,12 @@ module.exports = grammar({
u.argument($._boolean)
),

_hash_known_hosts: $ => seq(
u.keyword('HashKnownHosts'),
$._sep,
u.argument($._boolean)
),

_hostbased_accepted_algorithms: $ => seq(
choice(
u.keyword('HostbasedAcceptedAlgorithms'),
Expand Down
34 changes: 34 additions & 0 deletions src/grammar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/node-types.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9ff3cab

Please sign in to comment.