Skip to content

Commit d7381f9

Browse files
author
Andrew Ferrier
committed
feat: Add support for ruby
1 parent bd7d296 commit d7381f9

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
@@ -39,6 +39,12 @@ return {
3939
mid_var = "{",
4040
right_var = '}")',
4141
},
42+
["ruby"] = {
43+
left = 'puts "',
44+
right = '"',
45+
mid_var = "#{",
46+
right_var = '}"',
47+
},
4248
["sh"] = shell,
4349
["typescript"] = js,
4450
["vim"] = {

0 commit comments

Comments
 (0)