We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_if_let_binding
1 parent 7627594 commit 2be89a6Copy full SHA for 2be89a6
1 file changed
unified/extractor/tree-sitter-swift/grammar.js
@@ -1041,8 +1041,8 @@ module.exports = grammar({
1041
)
1042
),
1043
if_condition: ($) =>
1044
- choice($._if_let_binding, $.expression, $.availability_condition),
1045
- _if_let_binding: ($) =>
+ choice($.if_let_binding, $.expression, $.availability_condition),
+ if_let_binding: ($) =>
1046
seq(
1047
$._direct_or_indirect_binding,
1048
optional(seq($._equal_sign, $.expression)),
0 commit comments