Skip to content

Commit 4af9d23

Browse files
author
Andrew Ferrier
committed
feat: Improve Rust variables - closes #52
1 parent 2568a1e commit 4af9d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/debugprint/filetypes.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ return {
9292
["rust"] = {
9393
left = 'eprintln!("',
9494
right = '");',
95-
mid_var = '{}", ',
95+
mid_var = '{:#?}", ',
9696
right_var = ");",
9797
},
9898
["sh"] = shell,

0 commit comments

Comments
 (0)