fix: Correct scope definition for scala

`@scope` included `function_declaration` while is should have included `function_definition` instead. The former one is used to declare abstract functions while the latter one is used to define functions together with their bodies.
This commit is contained in:
Kasper Kondzielski 2023-04-28 00:24:35 +02:00 committed by Stephan Seitz
parent 08e8b2c08b
commit ee64345a37

View file

@ -3,7 +3,7 @@
[
(template_body)
(lambda_expression)
(function_declaration)
(function_definition)
(block)
] @scope