Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/dart/locals.scm')
| -rw-r--r-- | runtime/queries/dart/locals.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/dart/locals.scm b/runtime/queries/dart/locals.scm index 629838e5..15a81f78 100644 --- a/runtime/queries/dart/locals.scm +++ b/runtime/queries/dart/locals.scm @@ -12,7 +12,7 @@ ;------------ (class_definition - body: (_) @local.definition) + body: (_) @local.definition.type) ; References ;------------ |