Skip to content

Commit f8ebf7c

Browse files
author
Andrew Ferrier
committed
feat: Add support for Python
1 parent 7abb79e commit f8ebf7c

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
@@ -27,6 +27,12 @@ return {
2727
mid_var = '"$(',
2828
right_var = ")",
2929
},
30+
["python"] = {
31+
left = 'print(f"',
32+
right = '")',
33+
mid_var = "{",
34+
right_var = '}")',
35+
},
3036
["sh"] = shell,
3137
["typescript"] = js,
3238
["vim"] = {

0 commit comments

Comments
 (0)