2025-02-25 01:46:34 +08:00
|
|
|
(rule_definition name: (identifier) @local.definition.string.special)
|
|
|
|
(string_identifier) @local.definition.string.special.symbol
|
2025-02-11 05:32:28 +08:00
|
|
|
|
|
|
|
(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)
|