feat(cpp): add lambda_expression context for cpp

This commit is contained in:
CapSel 2024-07-05 12:18:29 +02:00 committed by Lewis Russell
parent 2e5aef3d30
commit 867d6b2a53

View file

@ -15,3 +15,7 @@
(linkage_specification
body: (declaration_list (_) @context.end)
) @context
(lambda_expression
body: (_ (_) @context.end)
) @context