mirror of https://github.com/helix-editor/helix
22 lines
431 B
Scheme
22 lines
431 B
Scheme
(rule_definition) @local.definition
|
|
(string_identifier) @local.definition
|
|
|
|
(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)
|