Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/luau/locals.scm')
| -rw-r--r-- | runtime/queries/luau/locals.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/runtime/queries/luau/locals.scm b/runtime/queries/luau/locals.scm deleted file mode 100644 index 484d824d..00000000 --- a/runtime/queries/luau/locals.scm +++ /dev/null @@ -1,25 +0,0 @@ -[ - (block) - (fn_stmt) - (local_fn_stmt) - (anon_fn) - (for_range_stmt) - (for_in_stmt) -] @local.scope - -(_ - parameter_name: (name) @local.definition.variable.parameter -) - -(binding - variable_name: (name) @local.definition.variable -) - -(var - variable_name: (name) @local.reference -) - -; (call_stmt -; . -; method_table: (name) @local.reference -; ) |