Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/matlab/locals.scm')
| -rw-r--r-- | runtime/queries/matlab/locals.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/queries/matlab/locals.scm b/runtime/queries/matlab/locals.scm deleted file mode 100644 index 882d9818..00000000 --- a/runtime/queries/matlab/locals.scm +++ /dev/null @@ -1,6 +0,0 @@ -(function_definition name: (identifier) @local.definition.function ?) @local.scope -(function_arguments (identifier)* @local.definition.variable.parameter) - -(lambda (arguments (identifier) @local.definition.variable.parameter)) @local.scope - -(identifier) @local.reference |