Skip to content

Commit 0ac7f57

Browse files
committed
feat: add elixir support
1 parent 29d6fa6 commit 0ac7f57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/debugprint/filetypes.lua

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ return {
7272
mid_var = "%",
7373
right_var = '%" 1>&2',
7474
},
75+
["elixir"] = {
76+
left = 'IO.puts :stderr, "',
77+
right = '"',
78+
mid_var = "#{inspect(",
79+
right_var = ')}"',
80+
},
7581
["fish"] = {
7682
left = 'echo "',
7783
right = '" 1>&2',

0 commit comments

Comments
 (0)