fix(swift): add lambda_literal

Add lambda_literal, which also defines a context in Swift and is used extensively in the language in the form of trailing closures.
This commit is contained in:
Ahmet Karalar 2024-06-02 16:25:56 +02:00 committed by Lewis Russell
parent f62bfe19e0
commit 5efba33af0

View file

@ -40,3 +40,8 @@
(guard_statement
(statements) @context.end
) @context
(lambda_literal
(statements) @context.end
) @context