Skip to content

Commit 4ac6e97

Browse files
author
Andrew Ferrier
committed
feat: Add support for PHP
1 parent 670cae3 commit 4ac6e97

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
@@ -45,6 +45,12 @@ return {
4545
mid_var = '"$(',
4646
right_var = ")",
4747
},
48+
["php"] = {
49+
left = 'echo "',
50+
right = '\\n";',
51+
mid_var = "$",
52+
right_var = '\\n";',
53+
},
4854
["python"] = {
4955
left = 'print(f"',
5056
right = '")',

0 commit comments

Comments
 (0)