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 15a81f78..629838e5 100644 --- a/runtime/queries/dart/locals.scm +++ b/runtime/queries/dart/locals.scm @@ -12,7 +12,7 @@ ;------------ (class_definition - body: (_) @local.definition.type) + body: (_) @local.definition) ; References ;------------ |