mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 04:09:37 +00:00
Closes #9656. Continuation of #9654, but with the addition of backwards compatibility for the existing captures. Release Notes: - Improved Tree-sitter support with added compatibility for standard injections captures --------- Co-authored-by: Finn Evers <finn.evers@outlook.de>
13 lines
297 B
Scheme
13 lines
297 B
Scheme
(
|
|
(directive
|
|
[
|
|
(partial_expression_value)
|
|
(expression_value)
|
|
(ending_expression_value)
|
|
] @injection.content)
|
|
(#set! injection.language "elixir")
|
|
(#set! injection.combined)
|
|
)
|
|
|
|
((expression (expression_value) @injection.content)
|
|
(#set! injection.language "elixir"))
|