Skip to content

Commit fbc861e

Browse files
tausbnCopilot
andauthored
unified: Clarify grammar comment
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent dd9c066 commit fbc861e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unified/extractor/tree-sitter-swift/grammar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ module.exports = grammar({
272272
comment: ($) => token(prec(PRECS.comment, seq("//", /.*/))),
273273
// Named wrapper for the unnamed `_multiline_comment` external token, so
274274
// that multi-line comments still appear in the AST (e.g. as extras between
275-
// top-level statements) without bleeding into class_body's $children when
276-
// used as a class member separator.
275+
// top-level statements) without being extracted as class body members when
276+
// used only to separate those members.
277277
multiline_comment: ($) => $._multiline_comment,
278278
// Identifiers
279279
simple_identifier: ($) =>

0 commit comments

Comments
 (0)