nvim-treesitter/queries/scala
Kasper Kondzielski ee64345a37 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.
2023-04-28 00:34:23 +02:00
..
folds.scm Add scala maintainer 2021-10-07 23:24:45 +02:00
highlights.scm feat: add @comment.documentation where applicable 2023-03-05 17:15:32 -05:00
injections.scm Update scala highlights 2021-09-04 04:36:30 +02:00
locals.scm fix: Correct scope definition for scala 2023-04-28 00:34:23 +02:00