Skip to content

Commit 317197a

Browse files
author
Andrew Ferrier
committed
feat: Add support for Makefiles
1 parent 3ae60ba commit 317197a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/debugprint/init.lua

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ OPTION_DEFAULTS = {
1717
mid_var = '" .. ',
1818
right_var = "",
1919
},
20+
["make"] = {
21+
left = '@echo "',
22+
right = '"',
23+
mid_var = '"$(',
24+
right_var = ')'
25+
}
2026
},
2127
}
2228

0 commit comments

Comments
 (0)