mirror of https://github.com/helix-editor/helix
add tree-sitter-iex (#1576)
* add tree-sitter-iex * run docgen task * fix url for iex submodulepull/1598/head
parent
ed03be1450
commit
7bce91556a
@ -0,0 +1 @@
|
||||
Subproject commit 3ec55082cf0be015d03148be8edfdfa8c56e77f9
|
@ -0,0 +1 @@
|
||||
(prompt) @comment
|
@ -0,0 +1,6 @@
|
||||
((evaluation_block (prompt_line (expression) @injection.content))
|
||||
(#set! injection.language "elixir")
|
||||
(#set! injection.combined))
|
||||
|
||||
((result) @injection.content
|
||||
(#set! injection.language "elixir"))
|
Loading…
Reference in New Issue