mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
21 lines
431 B
Scheme
21 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)
|