Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/yara/locals.scm')
| -rw-r--r-- | runtime/queries/yara/locals.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/runtime/queries/yara/locals.scm b/runtime/queries/yara/locals.scm deleted file mode 100644 index 7a4814df..00000000 --- a/runtime/queries/yara/locals.scm +++ /dev/null @@ -1,21 +0,0 @@ -(rule_definition name: (identifier) @local.definition.string.special) -(string_identifier) @local.definition.string.special.symbol - -(for_expression - (string_identifier) @local.reference) - -(for_of_expression - (string_identifier) @local.reference) - -(of_expression - (string_set - (string_identifier) @local.reference)) - -(string_count - (string_identifier) @local.reference) - -(string_offset - (string_identifier) @local.reference) - -(string_length - (string_identifier) @local.reference) |