Skip to content

Commit

Permalink
Format with prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
CabalCrow committed May 23, 2024
1 parent dc1f6b1 commit c7869fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ module.exports = grammar({
seq(
optional(MODIFIER().visibility),
KEYWORD().use,
field("module", choice($.val_string, $.expr_parenthesized, $.unquoted)),
field(
"module",
choice($.val_string, $.expr_parenthesized, $.unquoted),
),
optional(field("import_pattern", $.scope_pattern)),
),
),
Expand Down

0 comments on commit c7869fc

Please sign in to comment.