fix(ruby): support singleton class as context

This commit is contained in:
Josh Pencheon 2024-05-16 17:19:54 +01:00 committed by Lewis Russell
parent 7068ad6d16
commit 29d89e50a4

View file

@ -2,6 +2,10 @@
(body_statement) @context.end
) @context
(singleton_class
(body_statement) @context.end
) @context
(module
(body_statement) @context.end
) @context