mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
7bce91556a
* add tree-sitter-iex * run docgen task * fix url for iex submodule
7 lines
200 B
Scheme
7 lines
200 B
Scheme
((evaluation_block (prompt_line (expression) @injection.content))
|
|
(#set! injection.language "elixir")
|
|
(#set! injection.combined))
|
|
|
|
((result) @injection.content
|
|
(#set! injection.language "elixir"))
|