Skip to content

Commit

Permalink
Fix ProxyJump parameters
Browse files Browse the repository at this point in the history
yet another typo
  • Loading branch information
ObserverOfTime committed Nov 17, 2023
1 parent 72cf578 commit 5c56d99
Show file tree
Hide file tree
Showing 3 changed files with 10,154 additions and 10,178 deletions.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ module.exports = grammar({
field('user', alias(/\S+/, $.string)),
'@'
)),
field('host', alias(/S+/, $.string)),
field('host', alias(/\S+/, $.string)),
optional(seq(
':',
field('port', $.number)
Expand Down
2 changes: 1 addition & 1 deletion src/grammar.json

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

Loading

0 comments on commit 5c56d99

Please sign in to comment.