Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/capnp/locals.scm')
-rw-r--r--runtime/queries/capnp/locals.scm36
1 files changed, 0 insertions, 36 deletions
diff --git a/runtime/queries/capnp/locals.scm b/runtime/queries/capnp/locals.scm
deleted file mode 100644
index 43d44348..00000000
--- a/runtime/queries/capnp/locals.scm
+++ /dev/null
@@ -1,36 +0,0 @@
-; Scopes
-
-[
- (message)
- (annotation_targets)
- (const_list)
- (enum)
- (interface)
- (implicit_generics)
- (generics)
- (group)
- (method_parameters)
- (named_return_types)
- (struct)
- (struct_shorthand)
- (union)
-] @local.scope
-
-; References
-
-[
- (extend_type)
- (field_type)
-] @local.reference
-(custom_type (type_identifier) @local.reference)
-(custom_type
- (generics
- (generic_parameters
- (generic_identifier) @local.reference)))
-
-; Definitions
-
-[
- (param_identifier)
- (return_identifier)
-] @local.definition.variable.parameter