Skip to content

Commit

Permalink
host name must support expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Nov 9, 2024
1 parent be964e3 commit 059fb08
Show file tree
Hide file tree
Showing 5 changed files with 18,332 additions and 18,267 deletions.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ module.exports = grammar({
),
git_clone_options: ($) => repeat1_sep($, choice($.branch, $.keep_ts, $.unknown_option)),

host_command: ($) => seq("HOST", $._sep, field("name", $.identifier), $._sep, field("ip", $.string), $._eol),
host_command: ($) => seq("HOST", $._sep, field("name", $.string), $._sep, field("ip", $.string), $._eol),

if_command: ($) =>
seq(
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.

2 changes: 1 addition & 1 deletion 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 059fb08

Please sign in to comment.